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_send_sme_rsp_messages.c b/core/mac/src/pe/lim/lim_send_sme_rsp_messages.c
index f52177a..c752006 100644
--- a/core/mac/src/pe/lim/lim_send_sme_rsp_messages.c
+++ b/core/mac/src/pe/lim/lim_send_sme_rsp_messages.c
@@ -2099,7 +2099,8 @@
  *
  * Return: None
  */
-void lim_handle_csa_offload_msg(tpAniSirGlobal mac_ctx, struct scheduler_msg *msg)
+void lim_handle_csa_offload_msg(tpAniSirGlobal mac_ctx,
+				struct scheduler_msg *msg)
 {
 	tpPESession session_entry;
 	struct scheduler_msg mmh_msg;