Git fork

Merge branch 'jt/clang-format-foreach-wo-space-before-parenthesis'

Clang-format update to let our control macros formatted the way we
had them traditionally, e.g., "for_each_string_list_item()" without
space before the parentheses.

* jt/clang-format-foreach-wo-space-before-parenthesis:
clang-format: exclude control macros from SpaceBeforeParens

+1 -1
+1 -1
.clang-format
··· 149 149 # f(); 150 150 # } 151 151 # } 152 - SpaceBeforeParens: ControlStatements 152 + SpaceBeforeParens: ControlStatementsExceptControlMacros 153 153 154 154 # Don't insert spaces inside empty '()' 155 155 SpaceInEmptyParentheses: false