mirror of
https://github.com/curl/curl.git
synced 2026-07-23 20:57:16 +03:00
CODE_STYLE-md: add missing comma
Reviewed-by: Daniel Gustafsson Closes #7570
This commit is contained in:
parent
39de263795
commit
a037d278fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue