Skip to content

Commit 76b035f

Browse files
committed
style: share: apply coding style on CMakeLists.txt files
Apply the CMake style guidelines to CMakeList.txt files in share/. Signed-off-by: Josuah Demangeon <me@josuah.net>
1 parent 84f4ac1 commit 76b035f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

share/sysbuild/cmake/modules/sysbuild_kconfig.cmake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ endforeach()
6666
if(DEFINED SB_CONF_FILE AND NOT DEFINED CACHE{SB_CONF_FILE})
6767
# We only want to set this in cache it has been defined and is not already there.
6868
set(SB_CONF_FILE ${SB_CONF_FILE} CACHE STRING "If desired, you can build the application with \
69-
SYSbuild configuration settings specified in an alternate .conf file using this parameter. \
70-
These settings will override the settings in the application’s SYSBuild config file or its \
71-
default .conf file. Multiple files may be listed, e.g. SB_CONF_FILE=\"sys1.conf sys2.conf\"")
69+
SYSbuild configuration settings specified in an alternate .conf file using this parameter. \
70+
These settings will override the settings in the application’s SYSBuild config file or its \
71+
default .conf file. Multiple files may be listed, e.g. SB_CONF_FILE=\"sys1.conf sys2.conf\"")
7272
endif()
7373

7474
if(NOT DEFINED SB_CONF_FILE)
@@ -80,8 +80,8 @@ endif()
8080

8181
if(NOT EXISTS "${APPLICATION_CONFIG_DIR}")
8282
message(FATAL_ERROR "${APPLICATION_CONFIG_DIR} (APPLICATION_CONFIG_DIR) doesn't exist. "
83-
"Unable to lookup sysbuild.conf or other related sysbuild configuration files. "
84-
"Please ensure APPLICATION_CONFIG_DIR points to a valid location."
83+
"Unable to lookup sysbuild.conf or other related sysbuild configuration files. "
84+
"Please ensure APPLICATION_CONFIG_DIR points to a valid location."
8585
)
8686
endif()
8787

0 commit comments

Comments
 (0)