switch to spaces only..
[IRC.git] / Robust / src / ClassLibrary / Math.java
index 109d76dc3bdfb82d999d34b1abe92eb49e388a75..9a7f14183f783cb6af7cc485141c49c0d342aed0 100644 (file)
@@ -73,9 +73,9 @@ public class Math {
     double d = y - x;
     if( d == 0.5 ) {
       if( ((int)y)%2 == 0 ) {
-       return y;
+        return y;
       } else {
-       return y - 1.0;
+        return y - 1.0;
       }
     } else if( d < 0.5 ) {
       return y;