You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2015/08/31 14:03:00 UTC

[4/4] [math] Spurious whitespace.

Spurious whitespace.

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

Branch: refs/heads/MATH_3_X
Commit: f189a4c5aabca2a44b79971a48a250c0fa68446a
Parents: 265dd67
Author: Luc Maisonobe <lu...@apache.org>
Authored: Mon Aug 31 14:02:27 2015 +0200
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Mon Aug 31 14:02:27 2015 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/math3/util/MathArrays.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/f189a4c5/src/main/java/org/apache/commons/math3/util/MathArrays.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math3/util/MathArrays.java b/src/main/java/org/apache/commons/math3/util/MathArrays.java
index 2ed7367..45f9273 100644
--- a/src/main/java/org/apache/commons/math3/util/MathArrays.java
+++ b/src/main/java/org/apache/commons/math3/util/MathArrays.java
@@ -452,7 +452,7 @@ public class MathArrays {
                                         int[] b) {
         checkEqualLength(a, b, true);
     }
-    
+
     /**
      * Check that the given array is sorted.
      *