qcacld-3.0: Fix tab stop checkpatch warnings

Fix tab stop checkpatch warnings.

Change-Id: I4ccbc39b571737413de038fabcd4b8641a39cd62
CRs-Fixed: 2312593
diff --git a/core/sap/src/sap_ch_select.c b/core/sap/src/sap_ch_select.c
index 2893011..b6bba1e 100644
--- a/core/sap/src/sap_ch_select.c
+++ b/core/sap/src/sap_ch_select.c
@@ -1048,7 +1048,7 @@
 	     ch_num2 <= SIR_11B_CHANNEL_END) ||
 	    (ch_num1 >= SIR_11A_CHANNEL_BEGIN &&
 	     ch_num2 >= SIR_11A_CHANNEL_BEGIN))
-	    return true;
+		return true;
 
 	return false;
 }