Index: trunk/src/org/openstreetmap/josm/data/validation/tests/RelationChecker.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/tests/RelationChecker.java	(revision 11997)
+++ trunk/src/org/openstreetmap/josm/data/validation/tests/RelationChecker.java	(revision 11998)
@@ -238,6 +238,5 @@
         if (name == null) {
            return true;
-        }
-        else if (possibleMatchError != null) {
+        } else if (possibleMatchError != null) {
             // if any error found, then assume that member type was correct
             // and complain about not matching the memberExpression
@@ -282,5 +281,5 @@
             checkRoleCounts(n, r, keyname, map.get(r.key));
         }
-        if("network".equals(n.get("type")) && !"bicycle".equals(n.get("route"))) {
+        if ("network".equals(n.get("type")) && !"bicycle".equals(n.get("route"))) {
             return;
         }
@@ -294,5 +293,5 @@
                 }
             }
-            
+
             if (!found) {
                 String templates = allroles.stream().map(r -> r.key).collect(Collectors.joining("/"));
