summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-09-07 20:18:38 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-09-07 20:18:38 +0200
commit5bd0d783276dc08af7cc9fcd719c7f0d839a8fa8 (patch)
tree42877e8844206e5e71084d6f5b61420523169696
parent23d98837d3a2c0886a7b0e3c117175c03444b2da (diff)
downloadstyleguide-5bd0d783276dc08af7cc9fcd719c7f0d839a8fa8.tar.gz
styleguide-5bd0d783276dc08af7cc9fcd719c7f0d839a8fa8.tar.xz
styleguide-5bd0d783276dc08af7cc9fcd719c7f0d839a8fa8.zip
C-STYPE: typo
-rw-r--r--C-STYLE.md2
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 `]`, `)`.