Commit 37cf95c4 authored by luis_pereira87's avatar luis_pereira87

Fix indentation

parent 126db8c9
...@@ -375,16 +375,16 @@ int proto_agent_pdcp_data_req_process(mod_id_t mod_id, const void *params, Proto ...@@ -375,16 +375,16 @@ int proto_agent_pdcp_data_req_process(mod_id_t mod_id, const void *params, Proto
du_rlc_data_req(&ctxt_pP, srb_flagP, flag_MBMS, rb_idP, muiP, confirmP, pdcp_pdu_size, pdcp_pdu_p); du_rlc_data_req(&ctxt_pP, srb_flagP, flag_MBMS, rb_idP, muiP, confirmP, pdcp_pdu_size, pdcp_pdu_p);
result = 1; result = 1;
} else { } else {
result = rlc_data_req(&ctxt_pP result = rlc_data_req(&ctxt_pP
,srb_flagP ,srb_flagP
,flag_MBMS ,flag_MBMS
,rb_idP ,rb_idP
,muiP ,muiP
,confirmP ,confirmP
,pdcp_pdu_size ,pdcp_pdu_size
,pdcp_pdu_p ,pdcp_pdu_p
,NULL ,NULL
,NULL ,NULL
); );
} }
return result; return result;
......
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