Index: trunk/src/org/openstreetmap/josm/gui/io/importexport/FileImporter.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/io/importexport/FileImporter.java	(revision 14983)
+++ trunk/src/org/openstreetmap/josm/gui/io/importexport/FileImporter.java	(revision 14984)
@@ -95,5 +95,5 @@
             importData(f, progressMonitor);
             return true;
-        } catch (IllegalDataException | IllegalStateException e ) {
+        } catch (IllegalDataException | IllegalStateException e) {
             Throwable cause = e.getCause();
             if (cause instanceof ImportCancelException) {
