From 56990720358ea18b026f952101ddd674a5fbb268 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 3 Jun 2005 15:54:40 +0000 Subject: Fix Freudian unwrapped line in paragraph describing why long lines should be wrapped. --- CODING_STYLE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CODING_STYLE') diff --git a/CODING_STYLE b/CODING_STYLE index c2c6d4a59..f1a7b1c32 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, -- cgit v1.2.3