mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
CODE_STYLE-md: add missing comma
Reviewed-by: Daniel Gustafsson Closes #7570
This commit is contained in:
parent
39de263795
commit
a037d278fb
@ -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…
Reference in New Issue
Block a user