Skip to content

Commit 2219a87

Browse files
JordanYatesjhedberg
authored andcommitted
modules: tf-m: fix CMake formatting
Fix formatting errors that cause CI to complain. Signed-off-by: Jordan Yates <jordan@embeint.com>
1 parent c127388 commit 2219a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/trusted-firmware-m/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ if(CONFIG_BUILD_WITH_TFM)
319319
# number of parallel jobs to 1.
320320
set(PARALLEL_JOBS -j 1)
321321
else()
322-
# Leave PARALLEL_JOBS unset and use the default number of
323-
# threads. Which is num_cores+2 on Ninja and MAKEFLAGS with Make.
322+
# Leave PARALLEL_JOBS unset and use the default number of
323+
# threads. Which is num_cores+2 on Ninja and MAKEFLAGS with Make.
324324
endif()
325325

326326
set(tfm_image_info MAP "name: tfm, source-dir: ${ZEPHYR_TRUSTED_FIRMWARE_M_MODULE_DIR}")

0 commit comments

Comments
 (0)