[cairo-commit] cairo CODING_STYLE,1.1,1.2 ChangeLog,1.627,1.628

Carl Worth commit at pdx.freedesktop.org
Fri Jun 3 15:54:46 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv8475

Modified Files:
	CODING_STYLE ChangeLog 
Log Message:

        * CODING_STYLE: Fix Freudian unwrapped line in paragraph
        describing why long lines should be wrapped.


Index: CODING_STYLE
===================================================================
RCS file: /cvs/cairo/cairo/CODING_STYLE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CODING_STYLE	3 Jun 2005 21:51:57 -0000	1.1
+++ CODING_STYLE	3 Jun 2005 22:54:40 -0000	1.2
@@ -153,8 +153,9 @@
 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,

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.627
retrieving revision 1.628
diff -u -d -r1.627 -r1.628
--- ChangeLog	3 Jun 2005 21:51:57 -0000	1.627
+++ ChangeLog	3 Jun 2005 22:54:40 -0000	1.628
@@ -1,8 +1,13 @@
 2005-06-03  Carl Worth  <cworth at cworth.org>
 
+	* CODING_STYLE: Fix Freudian unwrapped line in paragraph
+	describing why long lines should be wrapped.
+
+2005-06-03  Carl Worth  <cworth at cworth.org>
+
 	* CODING_STYLE: Add CODING_STYLE document to standardize on some
 	style issues.
-	
+
 	* src/cairo-atsui-font.c:
 	* src/cairo-cache.c:
 	* src/cairo-ft-font.c:




More information about the cairo-commit mailing list