[ds6-devel] nc6 README.Maint,1.1,1.2
chris@deepspace6.net
chris@deepspace6.net
Tue Dec 24 20:07:11 2002
- Previous message: [ds6-devel] nc6/src circ_buf.c,1.7,1.8 connection.c,1.5,1.6
connection.h,1.2,1.3 filter.c,1.9,1.10
- Next message: [ds6-devel] nc6/src io_stream.c,1.3,1.4 main.c,1.6,1.7 misc.c,1.7,1.8
network.c,1.14,1.15 parser.c,1.11,1.12 readwrite.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/nc6
Modified Files:
README.Maint
Log Message:
Fixed Coding Style
Index: README.Maint
===================================================================
RCS file: /cvs/nc6/README.Maint,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README.Maint 24 Dec 2002 09:18:52 -0000 1.1
+++ README.Maint 24 Dec 2002 20:07:09 -0000 1.2
@@ -27,7 +27,9 @@
Style guide
-----------
-* 4-column indent.
+Read the CodingStyle doc from the linux kernel. The very basics are:
+
+* 8-column indent.
* Opening curly on same line as keyword, if possible, otherwise line up.
* No space before the semicolon.
* Space around most operators.
- Previous message: [ds6-devel] nc6/src circ_buf.c,1.7,1.8 connection.c,1.5,1.6
connection.h,1.2,1.3 filter.c,1.9,1.10
- Next message: [ds6-devel] nc6/src io_stream.c,1.3,1.4 main.c,1.6,1.7 misc.c,1.7,1.8
network.c,1.14,1.15 parser.c,1.11,1.12 readwrite.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ds6-devel
mailing list