mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:07:17 +03:00
CODE_STYLE: Added ternary operator example to 'Space around operators'
Following conversation on the libcurl mailing list.
This commit is contained in:
parent
f044cbe6fc
commit
9b03bca6e6
1 changed files with 1 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ Examples:
|
|||
ptr = &address;
|
||||
contents = *pointer;
|
||||
complement = ~bits;
|
||||
empty = (!*string) ? TRUE : FALSE;
|
||||
|
||||
## Platform dependent code
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue