diff options
-rw-r--r-- | C-STYLE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/C-STYLE.md b/C-STYLE.md index a8f5f3c..e7921cd 100644 --- a/C-STYLE.md +++ b/C-STYLE.md @@ -55,7 +55,7 @@ but merely how to format it. after keywords, commas, colons and semicolons, around `{` and before `}`, and around `? :`. -* No not use a space between function name and arguments. +* No space between function name and arguments. * No spaces after `(`, `[` and before `]`, `)`. |