Add --version and also display it in UI
[nikiroo-utils.git] / src / be / nikiroo / fanfix / Instance.java
index 33c65e003aeddc21a7f70e36b342b123a9e6f5ac..fdd73b8d12cd306bd8727cf9fbbae153363139a3 100644 (file)
@@ -38,7 +38,7 @@ public class Instance {
                        configDir = new File(System.getProperty("user.home"), ".fanfix")
                                        .getPath();
                }
-               
+
                if (configDir != null) {
                        if (!new File(configDir).exists()) {
                                new File(configDir).mkdirs();
@@ -149,7 +149,7 @@ public class Instance {
 
        /**
         * Get the (unique) {link StringIdBundle} for the program.
-        *
+        * 
         * @return the {link StringIdBundle}
         */
        public static StringIdBundle getTrans() {