Pārlūkot izejas kodu

qcacld-3.0: Fix misleading identation build error

Build option -Werror=misleading-indentation throws misleadingly indented
error.

Change-Id: I6a6826a437cdff9556aced1f68081e31100c6548
CRs-Fixed: 2165511
jiad 7 gadi atpakaļ
vecāks
revīzija
7e3a9bef42
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      core/sme/src/csr/csr_neighbor_roam.c

+ 3 - 3
core/sme/src/csr/csr_neighbor_roam.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2017 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011-2018 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -1054,7 +1054,7 @@ static void csr_neighbor_roam_info_ctx_init(
 			}
 		} else
 #endif
-
+		{
 			csr_roam_offload_scan(pMac, session_id,
 				ROAM_SCAN_OFFLOAD_START,
 				REASON_CTX_INIT);
@@ -1066,7 +1066,7 @@ static void csr_neighbor_roam_info_ctx_init(
 					ROAM_SCAN_OFFLOAD_STOP,
 					REASON_SUPPLICANT_DISABLED_ROAMING);
 			}
-
+		}
 	}
 }