[sword-cvs] sword CODINGSTYLE,1.3,1.4
sword@www.crosswire.org
sword@www.crosswire.org
Sat, 22 Feb 2003 00:44:09 -0700
Update of /usr/local/cvsroot/sword
In directory www:/tmp/cvs-serv24476
Modified Files:
CODINGSTYLE
Log Message:
Index: CODINGSTYLE
===================================================================
RCS file: /usr/local/cvsroot/sword/CODINGSTYLE,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CODINGSTYLE 30 Jul 2002 11:33:17 -0000 1.3
--- CODINGSTYLE 22 Feb 2003 07:44:06 -0000 1.4
***************
*** 13,18 ****
case 1:
statement;
break;
! case 2:
statement;
break;
--- 13,21 ----
case 1:
statement;
+ statement;
break;
! case 2: statement; break;
! case 3: statement; break;
! case 4:
statement;
break;