Skip to content

Commit 0654497

Browse files
committed
Minor
1 parent c5968e6 commit 0654497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,10 @@ endif()
339339
# ------------------------------------------------------------------------------
340340
file(GLOB_RECURSE FILES_NEED_FORMAT "include/gar/*.h" "src/*.cc"
341341
"test/*.h" "test/*.cc"
342-
"examples/*.cc" "examples/*.h")
342+
"examples/*.h" "examples/*.cc")
343343
file(GLOB_RECURSE FILES_NEED_LINT "include/gar/*.h" "src/*.cc"
344344
"test/*.h" "test/*.cc"
345-
"examples/*.cc" "examples/*.h")
345+
"examples/*.h" "examples/*.cc")
346346

347347
add_custom_target(gar-clformat
348348
COMMAND clang-format --style=file -i ${FILES_NEED_FORMAT}

0 commit comments

Comments
 (0)