Index: /trunk/src/org/openstreetmap/josm/data/validation/TestError.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/validation/TestError.java	(revision 15938)
+++ /trunk/src/org/openstreetmap/josm/data/validation/TestError.java	(revision 15939)
@@ -451,5 +451,5 @@
      * @return list of node pairs describing the area
      */
-    private  static List<List<Node>> getHiliteNodesForArea(Area area) {
+    private static List<List<Node>> getHiliteNodesForArea(Area area) {
         List<List<Node>> hilite = new ArrayList<>();
         PathIterator pit = area.getPathIterator(null);
@@ -488,5 +488,4 @@
     }
 
-
     /**
      * Returns the selection flag of this error
Index: /trunk/src/org/openstreetmap/josm/tools/Territories.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/tools/Territories.java	(revision 15938)
+++ /trunk/src/org/openstreetmap/josm/tools/Territories.java	(revision 15939)
@@ -189,5 +189,5 @@
                 }
             }
-        } catch (IOException |JsonParsingException e) {
+        } catch (IOException | JsonParsingException e) {
             Logging.trace(e);
             Logging.warn(tr("Failed to parse taginfo data geofabrik-index-v1-nogeom.json"));
