CODE_STYLE-md: add missing comma

Reviewed-by: Daniel Gustafsson
Closes #7570
This commit is contained in:
i-ky 2021-08-14 01:02:38 +03:00 committed by Daniel Stenberg
parent 39de263795
commit a037d278fb
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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: