Skip to content

Commit f5d972e

Browse files
committed
Add newline to end of CMakeLists.txt
1 parent 9b57f7b commit f5d972e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ if (ENABLE_3L_CACHE)
6565
add_executable(test3LCache test_3lcache.c)
6666
target_link_libraries(test3LCache ${coreLib})
6767
add_test(NAME test3LCache COMMAND test3LCache WORKING_DIRECTORY .)
68-
endif (ENABLE_3L_CACHE)
68+
endif (ENABLE_3L_CACHE)

0 commit comments

Comments
 (0)