You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2011/01/21 15:08:19 UTC

svn commit: r1061812 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/MicrosphereInterpolatingFunction.java

Author: erans
Date: Fri Jan 21 14:08:18 2011
New Revision: 1061812

URL: http://svn.apache.org/viewvc?rev=1061812&view=rev
Log:
Trailing spaces.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/MicrosphereInterpolatingFunction.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/MicrosphereInterpolatingFunction.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/MicrosphereInterpolatingFunction.java?rev=1061812&r1=1061811&r2=1061812&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/MicrosphereInterpolatingFunction.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/MicrosphereInterpolatingFunction.java Fri Jan 21 14:08:18 2011
@@ -161,7 +161,7 @@ public class MicrosphereInterpolatingFun
         if (xval[0] == null) {
             throw new NullArgumentException();
         }
-        
+
         dimension = xval[0].length;
         this.brightnessExponent = brightnessExponent;