Commit a279503d authored by Melissa Elkadi's avatar Melissa Elkadi

Fixing formatting for if statement

parent 6f69e836
...@@ -1298,7 +1298,7 @@ pdcp_run ( ...@@ -1298,7 +1298,7 @@ pdcp_run (
} else { } else {
start_meas(&UE_pdcp_stats[ctxt_pP->module_id].pdcp_ip); start_meas(&UE_pdcp_stats[ctxt_pP->module_id].pdcp_ip);
} }
if(!get_softmodem_params()->emulate_l1) { if (!get_softmodem_params()->emulate_l1) {
pdcp_fifo_flush_sdus(ctxt_pP); pdcp_fifo_flush_sdus(ctxt_pP);
} }
......
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