Author: psteitz
Date: Wed Mar 17 16:16:31 2010
New Revision: 924348
URL: http://svn.apache.org/viewvc?rev=924348&view=rev
Log:
Removed tabs and trailing spaces.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/BigReal.java
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/BigReal.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/BigReal.java?rev=924348&r1=924347&r2=924348&view=diff
==============================================================================
---
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/BigReal.java
(original)
+++
commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/BigReal.java
Wed Mar 17 16:16:31 2010
@@ -267,9 +267,9 @@ public class BigReal implements FieldEle
if (this == other){
return true;
}
-
+
if (other instanceof BigReal){
- return d.equals(((BigReal) other).d);
+ return d.equals(((BigReal) other).d);
}
return false;
}