]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CODE_STYLE-md: add missing comma
authori-ky <gl.ivanovsky@gmail.com>
Fri, 13 Aug 2021 22:02:38 +0000 (01:02 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 14 Aug 2021 21:10:55 +0000 (23:10 +0200)
Reviewed-by: Daniel Gustafsson
Closes #7570

docs/CODE_STYLE.md

index e27778e32e7118f648147e81b8a5c314ffe26255..f7f453a279485b9d1f0be07b6436bc1b6b59b1e8 100644 (file)
@@ -174,7 +174,7 @@ else if(b) return FALSE;
 ## Space around operators
 
 Please use spaces on both sides of operators in C expressions.  Postfix **(),
-[], ->, ., ++, --** and Unary **+, - !, ~, &** operators excluded they should
+[], ->, ., ++, --** and Unary **+, -, !, ~, &** operators excluded they should
 have no space.
 
 Examples: