wlan: Remove hard tabs from WLAN driver

Hard tabs are forbidden by the QCT Coding Standard, so remove/replace
hard tabs which have been added to the code.

Change-Id: I12d3a095882d98a1cf480df1e6fff2ce3dca1009
CR-Fixed: NA
diff --git a/CORE/SME/src/sme_common/sme_Api.c b/CORE/SME/src/sme_common/sme_Api.c
index 70d8bbc..74df917 100644
--- a/CORE/SME/src/sme_common/sme_Api.c
+++ b/CORE/SME/src/sme_common/sme_Api.c
@@ -5280,7 +5280,7 @@
 
        if(( pSession->connectedProfile.BSSType == eCSR_BSS_TYPE_INFRASTRUCTURE ) || 
           ( pSession->connectedProfile.BSSType == eCSR_BSS_TYPE_IBSS ) ||
-#ifdef WLAN_SOFTAP_FEATURE	  
+#ifdef WLAN_SOFTAP_FEATURE
           ( pSession->connectedProfile.BSSType == eCSR_BSS_TYPE_INFRA_AP ) ||
 #endif
           ( pSession->connectedProfile.BSSType == eCSR_BSS_TYPE_START_IBSS ))