[ds6-devel] nc6 README.Maint,1.6,1.7

chris at deepspace6.net chris@deepspace6.net
Fri Jan 3 14:41:51 CET 2003


Update of /cvs/nc6

Modified Files:
	README.Maint 
Log Message:
Added brace position clarification


Index: README.Maint
===================================================================
RCS file: /cvs/nc6/README.Maint,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- README.Maint	3 Jan 2003 08:40:24 -0000	1.6
+++ README.Maint	3 Jan 2003 14:41:49 -0000	1.7
@@ -81,6 +81,14 @@
           ...
   }
 
+  A valid reason is if the line after the keyword must be split. e.g.:
+  
+  if (some_really_really_long_set_of_checks_and_operations_that_will = 0 &&
+      eventually_take_up_more_than_one_line != NULL)
+  {
+  	...
+  }
+
 * No space before the semicolon.
 
 * Space around most operators.



More information about the ds6-devel mailing list