qcacld-3.0: Fix 80 columns issue introduced in tSirMsgQ clean up

Fix code exceeding 80 columns introduced after replacing tSirMsgQ
message types in mac with converged scheduler apis.

Change-Id: I8fe87318fd913d6fa8dbabdb7ebfaa96fd57d959
CRs-Fixed: 1114457
diff --git a/core/mac/src/pe/lim/lim_process_mlm_req_messages.c b/core/mac/src/pe/lim/lim_process_mlm_req_messages.c
index 5bd3a1b..4eb46fd 100644
--- a/core/mac/src/pe/lim/lim_process_mlm_req_messages.c
+++ b/core/mac/src/pe/lim/lim_process_mlm_req_messages.c
@@ -82,7 +82,8 @@
  *
  * Return: None
  */
-void lim_process_mlm_req_messages(tpAniSirGlobal mac_ctx, struct scheduler_msg *msg)
+void lim_process_mlm_req_messages(tpAniSirGlobal mac_ctx,
+				  struct scheduler_msg *msg)
 {
 	switch (msg->type) {
 	case LIM_MLM_START_REQ: