From: i-ky Date: Fri, 13 Aug 2021 22:02:38 +0000 (+0300) Subject: CODE_STYLE-md: add missing comma X-Git-Tag: curl-7_79_0~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a037d278fb874ed9b9812d1238f80a46c8f1571d;p=thirdparty%2Fcurl.git CODE_STYLE-md: add missing comma Reviewed-by: Daniel Gustafsson Closes #7570 --- diff --git a/docs/CODE_STYLE.md b/docs/CODE_STYLE.md index e27778e32e..f7f453a279 100644 --- a/docs/CODE_STYLE.md +++ b/docs/CODE_STYLE.md @@ -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: