minor: fix spacing

parent 81e15029
...@@ -8094,9 +8094,9 @@ void *rrc_enb_process_itti_msg(void *notUsed) { ...@@ -8094,9 +8094,9 @@ void *rrc_enb_process_itti_msg(void *notUsed) {
itti_exit_task(); itti_exit_task();
break; break;
case MESSAGE_TEST: case MESSAGE_TEST:
LOG_I(RRC, "[eNB %d] Received %s\n", instance, msg_name_p); LOG_I(RRC, "[eNB %d] Received %s\n", instance, msg_name_p);
break; break;
/* Messages from MAC */ /* Messages from MAC */
case RRC_MAC_CCCH_DATA_IND: case RRC_MAC_CCCH_DATA_IND:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment