diff options
author | Carl Worth <cworth@cworth.org> | 2005-06-03 15:54:40 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-06-03 15:54:40 +0000 |
commit | 56990720358ea18b026f952101ddd674a5fbb268 (patch) | |
tree | 575ffb7b22183a55111a85a8a986564bc19ed4bc /CODING_STYLE | |
parent | 36beed9bf1b3ddef42e0fb1a46035ed4a6afa4f7 (diff) |
Fix Freudian unwrapped line in paragraph describing why long lines should be wrapped.
Diffstat (limited to 'CODING_STYLE')
-rw-r--r-- | CODING_STYLE | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CODING_STYLE b/CODING_STYLE index c2c6d4a5..f1a7b1c3 100644 --- a/CODING_STYLE +++ b/CODING_STYLE @@ -153,8 +153,9 @@ And function prototypes should similarly have the return type (and associated specifiers and qualifiers) on a line above the function, so that the function name is flush left. -Break up long line (> ~80 characters) and use whitespace to align -things nicely. For example the arguments in a long list to a function call should all be aligned with each other: +Break up long lines (> ~80 characters) and use whitespace to align +things nicely. For example the arguments in a long list to a function +call should all be aligned with each other: align_function_arguments (argument_the_first, argument_the_second, |