Skip to content

Commit 8c7c2d2

Browse files
mped-oticonaescolar
authored andcommitted
cmake: whitespace alignment of syscall_macros_h
No functional change expected. Signed-off-by: Mark Ruvald Pedersen <[email protected]>
1 parent 85af280 commit 8c7c2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ endif()
552552
set(syscall_macros_h ${ZEPHYR_BINARY_DIR}/include/generated/syscall_macros.h)
553553

554554
add_custom_target(${SYSCALL_MACROS_H_TARGET} DEPENDS ${syscall_macros_h})
555-
add_custom_command( OUTPUT ${syscall_macros_h}
555+
add_custom_command( OUTPUT ${syscall_macros_h}
556556
COMMAND
557557
${PYTHON_EXECUTABLE}
558558
${ZEPHYR_BASE}/scripts/gen_syscall_header.py

0 commit comments

Comments
 (0)