Index: trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesCellRenderer.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesCellRenderer.java	(revision 10975)
+++ trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesCellRenderer.java	(revision 10977)
@@ -94,5 +94,5 @@
                         // Find the non-blank value in the map
                         v.entrySet().stream().filter(entry -> !Objects.equals(entry.getKey(), ""))
-                                /* I18n: properties display partial string joined with comma, first is count, second is value */
+                            /* I18n: properties display partial string joined with comma, first is count, second is value */
                             .findAny().ifPresent(entry -> sb.append(tr("{0} ''{1}''", entry.getValue().toString(), entry.getKey())));
                     } else {
Index: trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java	(revision 10975)
+++ trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java	(revision 10977)
@@ -1680,7 +1680,7 @@
             ts = dts.getTileSet(displayZoomLevel);
             if (!dts.getTileSetInfo(displayZoomLevel).hasAllLoadedTiles && displayZoomLevel < zoom) {
-                 // if we are showing tiles from lower zoom level, ensure that all tiles are loaded as they are few,
-                 // and should not trash the tile cache
-                 // This is especially needed when dts.getTileSet(zoom).tooLarge() is true and we are not loading tiles
+                // if we are showing tiles from lower zoom level, ensure that all tiles are loaded as they are few,
+                // and should not trash the tile cache
+                // This is especially needed when dts.getTileSet(zoom).tooLarge() is true and we are not loading tiles
                 ts.loadAllTiles(false);
             }
