work for rrm project (ComPhy 2012 Moscow)
[jalview.git] / forester / java / src / org / forester / util / ForesterUtil.java
index 7b9fefa..eab885d 100644 (file)
@@ -96,10 +96,10 @@ public final class ForesterUtil {
         }
     }
 
-    public static  boolean isWindowns () {
-    return ForesterUtil.OS_NAME.toLowerCase().indexOf( "win" ) > -1;
+    public static boolean isWindowns() {
+        return ForesterUtil.OS_NAME.toLowerCase().indexOf( "win" ) > -1;
     }
-    
+
     final public static String getForesterLibraryInformation() {
         return "forester " + ForesterConstants.FORESTER_VERSION + " (" + ForesterConstants.FORESTER_DATE + ")";
     }