wlan: Remove hard tab from limUtils.c

Change-Id: Iedcd86f948b7163c0bd2cf9399b0bf2496f5e717
A prior change introduced hard tabs to limUtils.c in violation of the
QCT Coding Standard.A subsequent change removed some, but not all of
the hard tabs.  This change removes the last one.

CR-Fixed: 412533
diff --git a/CORE/MAC/src/pe/lim/limUtils.c b/CORE/MAC/src/pe/lim/limUtils.c
index f6581c4..7a8d820 100644
--- a/CORE/MAC/src/pe/lim/limUtils.c
+++ b/CORE/MAC/src/pe/lim/limUtils.c
@@ -1617,7 +1617,7 @@
         PELOGE(limLog(pMac, LOGE, FL(" Session not found\n"));)
         return;
     }
-	
+
     palZeroMemory( pMac->hHdd, ( tANI_U8* )&beaconParams, sizeof( tUpdateBeaconParams) );
     beaconParams.bssIdx = psessionEntry->bssIdx;