Commit 9b03bca6 authored by Steve Holme's avatar Steve Holme
Browse files

CODE_STYLE: Added ternary operator example to 'Space around operators'

Following conversation on the libcurl mailing list.
parent f044cbe6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -160,6 +160,7 @@ Examples:
    ptr = &address;
    contents = *pointer;
    complement = ~bits;
    empty = (!*string) ? TRUE : FALSE;

## Platform dependent code