[ds6-devel] nc6 README.Maint,1.6,1.7
chris at deepspace6.net
chris@deepspace6.net
Fri Jan 3 14:41:51 CET 2003
- Previous message: [ds6-devel]
nc6/src io_stream.c,1.14,1.15 io_stream.h,1.8,1.9 readwrite.c,1.26,1.27
- Next message: [ds6-devel]
nc6/src io_stream.c,1.15,1.16 io_stream.h,1.9,1.10 readwrite.c,1.27,1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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.
- Previous message: [ds6-devel]
nc6/src io_stream.c,1.14,1.15 io_stream.h,1.8,1.9 readwrite.c,1.26,1.27
- Next message: [ds6-devel]
nc6/src io_stream.c,1.15,1.16 io_stream.h,1.9,1.10 readwrite.c,1.27,1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ds6-devel
mailing list