Skip to content

Commit 029bc80

Browse files
ppryga-nordicnordicjm
authored andcommitted
bluetooth: mesh: Correct CMakeLists.txt formatting
Correct formatting in CMakeList.txt files in Bluetooth Mesh subsystem to align it to common sdk-nrf format. Signed-off-by: Piotr Pryga <[email protected]>
1 parent 5943c85 commit 029bc80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subsys/bluetooth/mesh/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ zephyr_linker_sources(SECTIONS scene_types.ld)
8181

8282
zephyr_library_sources_ifdef(CONFIG_BT_MESH_RPL_STORAGE_MODE_EMDS rpl.c)
8383

84-
if (CONFIG_BT_MESH_USES_MBEDTLS_PSA AND (NOT CONFIG_SOC_FAMILY_NORDIC_NRF))
85-
zephyr_library_link_libraries(mbedTLS)
84+
if(CONFIG_BT_MESH_USES_MBEDTLS_PSA AND (NOT CONFIG_SOC_FAMILY_NORDIC_NRF))
85+
zephyr_library_link_libraries(mbedTLS)
8686
endif()

0 commit comments

Comments
 (0)