diff --git a/.clang-format b/.clang-format index 84d1f8c61..029eed94b 100644 --- a/.clang-format +++ b/.clang-format @@ -203,7 +203,7 @@ SpaceBeforeParensOptions: BeforeNonEmptyParentheses: false SpaceBeforeRangeBasedForLoopColon: true SpaceBeforeSquareBrackets: false -SpaceInEmptyBlock: true +SpaceInEmptyBlock: false SpacesBeforeTrailingComments: 1 SpacesInAngles: Never SpacesInContainerLiterals: false