Skip to content

Commit 5b64e90

Browse files
committed
Fix indentation
Fix the indent with spaces. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
1 parent bca98a4 commit 5b64e90

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

nrf70_bm_lib/CMakeLists.txt

+16-16
Original file line numberDiff line numberDiff line change
@@ -62,23 +62,23 @@ if (CONFIG_NRF70_BM_LIB)
6262
source/common/nrf70_bm_core.c
6363
)
6464

65-
if(CONFIG_NRF70_BM_RADIO_TEST)
66-
target_sources(
67-
nrf70-bm-lib
68-
PRIVATE
69-
source/radio_test/nrf70_bm_lib.c
70-
source/radio_test/nrf70_bm_core.c
71-
)
72-
endif()
65+
if(CONFIG_NRF70_BM_RADIO_TEST)
66+
target_sources(
67+
nrf70-bm-lib
68+
PRIVATE
69+
source/radio_test/nrf70_bm_lib.c
70+
source/radio_test/nrf70_bm_core.c
71+
)
72+
endif()
7373

74-
if(CONFIG_NRF70_BM_SCAN_ONLY)
75-
target_sources(
76-
nrf70-bm-lib
77-
PRIVATE
78-
source/system/nrf70_bm_lib.c
79-
source/system/nrf70_bm_core.c
80-
)
81-
endif()
74+
if(CONFIG_NRF70_BM_SCAN_ONLY)
75+
target_sources(
76+
nrf70-bm-lib
77+
PRIVATE
78+
source/system/nrf70_bm_lib.c
79+
source/system/nrf70_bm_core.c
80+
)
81+
endif()
8282

8383
target_link_libraries(nrf70-bm-lib PRIVATE nrf70-zep-shim nrf-wifi-osal)
8484
endif()

0 commit comments

Comments
 (0)