Minor commit (clearing whitespaces, etc.)

This commit is contained in:
Pedro Alvarez 2017-12-14 08:38:37 +00:00
parent aef328d68b
commit 0865571ec2
1 changed files with 8 additions and 11 deletions

View File

@ -149,7 +149,6 @@ s1ap::delete_ues_in_enb(uint16_t enb_id)
} }
int int
s1ap::get_s1_mme() s1ap::get_s1_mme()
{ {
@ -329,9 +328,7 @@ s1ap::handle_s1_setup_request(LIBLTE_S1AP_MESSAGE_S1SETUPREQUEST_STRUCT *msg, st
m_s1ap_log->console("Failed to send S1 Setup Setup Reply"); m_s1ap_log->console("Failed to send S1 Setup Setup Reply");
return false; return false;
} }
return true; return true;
} }
bool bool