Skip to content

Commit f7e2392

Browse files
committed
CMakeLists.txt: Why would anyone ever want to indent with spaces...
1 parent 41049b9 commit f7e2392

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
@@ -34,7 +34,7 @@ else()
3434
-Wconversion # warn on type conversions that may lose data
3535
-Wsign-conversion # warn on sign conversions
3636
-Wmisleading-indentation # warn if identation implies blocks where blocks
37-
# do not exist
37+
# do not exist
3838
-Wduplicated-cond # warn if if / else chain has duplicated conditions
3939
-Wduplicated-branches # warn if if / else branches have duplicated code
4040
-Wlogical-op # warn about logical operations being used where bitwise were

0 commit comments

Comments
 (0)