Index: trunk/scripts/SyncEditorLayerIndex.java
===================================================================
--- trunk/scripts/SyncEditorLayerIndex.java	(revision 15850)
+++ trunk/scripts/SyncEditorLayerIndex.java	(revision 15851)
@@ -251,6 +251,5 @@
                 if (res.matches()) {
                     String s = res.group(2);
-                    if(s.endsWith("..."))
-                    {
+                    if (s.endsWith("...")) {
                         s = s.substring(0, s.length() - 3);
                         if ("Ignore".equals(res.group(1))) {
@@ -259,7 +258,5 @@
                             skipStart.put(s, "darkgoldenrod");
                         }
-                    }
-                    else
-                    {
+                    } else {
                         if ("Ignore".equals(res.group(1))) {
                             skip.put(s, "green");
@@ -294,5 +291,5 @@
         return null;
     }
-    
+
     void myprintln(String s) {
         String color;
