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/MAC/src/include/sirParams.h b/CORE/MAC/src/include/sirParams.h
index badcc3e..5363f9f 100644
--- a/CORE/MAC/src/include/sirParams.h
+++ b/CORE/MAC/src/include/sirParams.h
@@ -69,8 +69,8 @@
 #define SIR_MAX(a,b)   (((a) > (b)) ? (a) : (b))
 
 typedef enum {
-   MCC	   = 0,
-   P2P	   = 1,
+   MCC     = 0,
+   P2P     = 1,
    DOT11AC = 2,
    SLM_SESSIONIZATION = 3,
    DOT11AC_OPMODE = 4,