From 93c8e7b2f170606b60e6d105e6fd9b22e444726b Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Thu, 19 Aug 2021 15:48:01 +0000 Subject: Minor cleanup (#110) * fix trivial shell script issues * remove trailing whitespace --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.clang-format') 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 -- cgit v1.2.1