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/SAP/src/sapChSelect.h b/CORE/SAP/src/sapChSelect.h
index a149a95..25ea2f9 100644
--- a/CORE/SAP/src/sapChSelect.h
+++ b/CORE/SAP/src/sapChSelect.h
@@ -90,8 +90,8 @@
 #define SPACE_ASCII_VALUE  32
 
 typedef struct sSapChannelListInfo{
-	v_U8_t numChannel;
-	v_U8_t *channelList;
+    v_U8_t numChannel;
+    v_U8_t *channelList;
 } tSapChannelListInfo;
 
 typedef struct {