summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index cdb6710e1..4e850b8ba 100644
--- a/.clang-format
+++ b/.clang-format
@@ -8,7 +8,7 @@ BreakBeforeBinaryOperators: None
ColumnLimit: 80
IndentWidth: 4
ContinuationIndentWidth: 8
-ForEachMacros:
+ForEachMacros:
- HLTQ_FOREACH
- HLTQ_FOREACH_REVERSE
- HLTQ_FOREACH_REVERSE_SAFE