No tabs allowed.

Project: http://git-wip-us.apache.org/repos/asf/commons-complex/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-complex/commit/0caa98c8
Tree: http://git-wip-us.apache.org/repos/asf/commons-complex/tree/0caa98c8
Diff: http://git-wip-us.apache.org/repos/asf/commons-complex/diff/0caa98c8

Branch: refs/heads/master
Commit: 0caa98c8db333cd20014781ab0b524556da2a06e
Parents: 2926b81
Author: Gilles Sadowski <[email protected]>
Authored: Sun Jan 8 04:01:27 2017 +0100
Committer: Gilles Sadowski <[email protected]>
Committed: Sun Jan 8 04:01:27 2017 +0100

----------------------------------------------------------------------
 src/main/java/org/apache/commons/complex/ComplexUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-complex/blob/0caa98c8/src/main/java/org/apache/commons/complex/ComplexUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/complex/ComplexUtils.java 
b/src/main/java/org/apache/commons/complex/ComplexUtils.java
index ff131cf..e446306 100755
--- a/src/main/java/org/apache/commons/complex/ComplexUtils.java
+++ b/src/main/java/org/apache/commons/complex/ComplexUtils.java
@@ -1404,11 +1404,11 @@ public class ComplexUtils {
     }
 
     private static void illegalArgument() {
-       throw new IllegalArgumentException("ComplexUtils: Illegal argument");
+        throw new IllegalArgumentException("ComplexUtils: Illegal argument");
     }
 
     private static void outOfRange() {
-       throw new IllegalArgumentException("ComplexUtils: Out of range");
+        throw new IllegalArgumentException("ComplexUtils: Out of range");
     }
 
 }

Reply via email to