Skip to content

Commit 42285c2

Browse files
committed
cmake: Fix indentation
1 parent e961102 commit 42285c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ target_link_libraries(gridinit
1818
${GLIB2_LIBRARIES} ${LIBEVENT_LIBRARIES})
1919

2020
add_executable(gridinit_cmd
21-
gridinit_cmd.c
21+
gridinit_cmd.c
2222
format_output.c)
2323
target_link_libraries(gridinit_cmd
24-
gridinit-internals
24+
gridinit-internals
2525
${GLIB2_LIBRARIES} ${LIBEVENT_LIBRARIES})
2626

2727
add_executable(gridinit_testcmd

0 commit comments

Comments
 (0)