Formatting: remove space in range-style for loops

Change .clang-format and commit automated changes from a fresh run of
format-code
This commit is contained in:
Jay Berkenbilt 2022-04-30 09:43:07 -04:00
parent 2878c186bf
commit 7f023701dd
32 changed files with 160 additions and 157 deletions

View File

@ -44,4 +44,7 @@ KeepEmptyLinesAtTheStartOfBlocks: false
NamespaceIndentation: All
PointerAlignment: Left
PPIndentWidth: 1
SpaceBeforeCaseColon: false
SpaceBeforeCtorInitializerColon: true
SpaceBeforeInheritanceColon: false
SpaceBeforeRangeBasedForLoopColon: false