Update of /cvsroot/rails/18xx/rails/test
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv382/rails/test
Modified Files:
GameTest.java
Log Message:
Fix indentation: Java files contain 4 spaces, not tabs
Index: GameTest.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/test/GameTest.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** GameTest.java 6 Nov 2009 20:21:24 -0000 1.6
--- GameTest.java 31 Jan 2010 22:22:33 -0000 1.7
***************
*** 32,43 ****
System.out.println("Configuration file = " + myConfigFile);
! int nargs = 0;
! if (args != null && args.length > 0) {
! for (String arg : args) {
! System.out.println ("Arg "+(++nargs)+": "+arg);
! }
! }
! /* Start the rails.game selector, which will do all the rest. */
new GameSetupWindow();
}
--- 32,43 ----
System.out.println("Configuration file = " + myConfigFile);
! int nargs = 0;
! if (args != null && args.length > 0) {
! for (String arg : args) {
! System.out.println ("Arg "+(++nargs)+": "+arg);
! }
! }
! /* Start the rails.game selector, which will do all the rest. */
new GameSetupWindow();
}
|