summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-19 15:48:01 +0000
committera1346054 <36859588+a1346054@users.noreply.github.com>2021-08-19 15:48:01 +0000
commit93c8e7b2f170606b60e6d105e6fd9b22e444726b (patch)
treea4d7f7d585fa4f44c6324f1d0e955c9d85a1000d /.clang-format
parent2d0d7f5963b10974f4a9bbee6a43ffdab33e8649 (diff)
downloadsudo-93c8e7b2f170606b60e6d105e6fd9b22e444726b.tar.gz
Minor cleanup (#110)
* fix trivial shell script issues * remove trailing whitespace
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