Repository: commons-math Updated Branches: refs/heads/master eb57c2b4b -> f3e1598df
Fixed checkstyle trailing whitespace warning. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e7bf6afe Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/e7bf6afe Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/e7bf6afe Branch: refs/heads/master Commit: e7bf6afe5052d30a2c448ae958058dd83410d076 Parents: eb57c2b Author: Luc Maisonobe <[email protected]> Authored: Mon Jan 26 10:20:38 2015 +0100 Committer: Luc Maisonobe <[email protected]> Committed: Mon Jan 26 10:20:38 2015 +0100 ---------------------------------------------------------------------- src/main/java/org/apache/commons/math3/util/FastMath.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/e7bf6afe/src/main/java/org/apache/commons/math3/util/FastMath.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math3/util/FastMath.java b/src/main/java/org/apache/commons/math3/util/FastMath.java index 2ed0909..b1e3c0a 100644 --- a/src/main/java/org/apache/commons/math3/util/FastMath.java +++ b/src/main/java/org/apache/commons/math3/util/FastMath.java @@ -877,7 +877,7 @@ public class FastMath { // We don't check against intVal here as conversion of large negative double values // may be affected by a JIT bug. Subsequent comparisons can safely use intVal - if (x < -746d) { + if (x < -746d) { if (hiPrec != null) { hiPrec[0] = 0.0; hiPrec[1] = 0.0;
