Update of /cvsroot/netrek/server/Vanilla
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29290
Modified Files:
STYLE
Log Message:
spacing of function arguments
Index: STYLE
===================================================================
RCS file: /cvsroot/netrek/server/Vanilla/STYLE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- STYLE 22 Apr 2006 02:16:45 -0000 1.1
+++ STYLE 23 Apr 2006 11:17:03 -0000 1.2
@@ -9,7 +9,7 @@
static int foo(int a)
{
if (a) {
- func(abc);
+ func(abc, xyz);
def;
} else {
ghi;