Index: trunk/scripts/BuildProjectionDefinitions.java
===================================================================
--- trunk/scripts/BuildProjectionDefinitions.java	(revision 9662)
+++ trunk/scripts/BuildProjectionDefinitions.java	(revision 9667)
@@ -155,5 +155,5 @@
             noDatumgrid++;
         }
-        
+
         // exclude entries where we don't support the base projection
         Proj bp = Projections.getBaseProjection(proj);
Index: trunk/scripts/sync_editor_imagery_index.groovy
===================================================================
--- trunk/scripts/sync_editor_imagery_index.groovy	(revision 9662)
+++ trunk/scripts/sync_editor_imagery_index.groovy	(revision 9667)
@@ -14,5 +14,5 @@
  *
  * $ groovy -cp ../dist/josm-custom.jar sync_editor-imagery-index.groovy
- * 
+ *
  * Add option "-h" to show the available command line flags.
  */
@@ -36,5 +36,5 @@
     def eiiUrls = new HashMap<String, JsonObject>()
     def josmUrls = new HashMap<String, ImageryInfo>()
-    
+
     static String eiiInputFile = 'imagery.json'
     static String josmInputFile = 'maps.xml'
@@ -226,5 +226,5 @@
         def reader = new ImageryReader(josmInputFile)
         josmEntries = reader.parse()
-        
+
         for (def e : josmEntries) {
             def url = getUrl(e)
@@ -260,5 +260,5 @@
         l.sort()
     }
-    
+
     void checkInOneButNotTheOther() {
         def l1 = inOneButNotTheOther(eiiUrls, josmUrls)
@@ -278,5 +278,5 @@
         }
     }
-    
+
     void checkCommonEntries() {
         myprintln "*** Same URL, but different name: ***"
@@ -291,5 +291,5 @@
             }
         }
-        
+
         myprintln "*** Same URL, but different type: ***"
         for (def url : eiiUrls.keySet()) {
@@ -303,5 +303,5 @@
             }
         }
-        
+
         myprintln "*** Same URL, but different zoom bounds: ***"
         for (def url : eiiUrls.keySet()) {
@@ -325,5 +325,5 @@
             }
         }
-        
+
         myprintln "*** Same URL, but different country code: ***"
         for (def url : eiiUrls.keySet()) {
@@ -355,5 +355,5 @@
         }
     }
-    
+
     /**
      * Utility functions that allow uniform access for both ImageryInfo and JsonObject.
