From: <aki...@us...> - 2006-12-15 20:50:10
|
Revision: 1080 http://svn.sourceforge.net/gridarta/?rev=1080&view=rev Author: akirschbaum Date: 2006-12-15 12:50:10 -0800 (Fri, 15 Dec 2006) Log Message: ----------- Whitespace change. Modified Paths: -------------- trunk/crossfire/src/cfeditor/CArchPanelPan.java Modified: trunk/crossfire/src/cfeditor/CArchPanelPan.java =================================================================== --- trunk/crossfire/src/cfeditor/CArchPanelPan.java 2006-12-15 20:48:49 UTC (rev 1079) +++ trunk/crossfire/src/cfeditor/CArchPanelPan.java 2006-12-15 20:50:10 UTC (rev 1080) @@ -180,8 +180,7 @@ model.addElement(archName); } } - } - else if (index > 0) { + } else if (index > 0) { final List<String> archList = archLists.get(index); if (archList != null) { for (final String archName : archList) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |