Skip to content

Commit 4f38bbf

Browse files
committed
Fix formatting of CMakeLists.txt V2
1 parent 817b5e8 commit 4f38bbf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,11 @@ else()
175175
add_custom_target(
176176
check-license
177177
COMMAND ${PMEMSTREAM_ROOT_DIR}/check_license/check-headers.sh
178-
${PMEMSTREAM_ROOT_DIR} Apache-2.0 WITH LLVM-exception -v
179-
)
178+
${PMEMSTREAM_ROOT_DIR} Apache-2.0 WITH LLVM-exception -v)
180179
add_custom_target(
181180
copyright-format
182181
COMMAND ${PMEMSTREAM_ROOT_DIR}/check_license/check-headers.sh
183-
${PMEMSTREAM_ROOT_DIR} Apache-2.0 WITH LLVM-exception -d
184-
)
182+
${PMEMSTREAM_ROOT_DIR} Apache-2.0 WITH LLVM-exception -d)
185183

186184
add_library(jemalloc INTERFACE)
187185
target_link_libraries(

0 commit comments

Comments
 (0)