summaryrefslogtreecommitdiff
path: root/STYLE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'STYLE.txt')
-rw-r--r--STYLE.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/STYLE.txt b/STYLE.txt
index 2c249bb..9828825 100644
--- a/STYLE.txt
+++ b/STYLE.txt
@@ -11,7 +11,7 @@ spaces for continuation lines have been abandoned in favor of the
convenience of using clang-format.
Refer to the .clang-format file for details, and run the tool before commit:
- clang-format -i somefile.c foo.h
+ clang-format -i somefile.c foo.h
For sections of code that would be significantly negatively impacted, surround
them with magic comments to disable formatting: