Author: luc
Date: Sun Sep 28 09:31:33 2008
New Revision: 699857
URL: http://svn.apache.org/viewvc?rev=699857&view=rev
Log:
fixed indentation (sorry)
Modified:
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/QRDecompositionImpl.java
Modified:
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/QRDecompositionImpl.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/QRDecompositionImpl.java?rev=699857&r1=699856&r2=699857&view=diff
==============================================================================
---
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/QRDecompositionImpl.java
(original)
+++
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/linear/QRDecompositionImpl.java
Sun Sep 28 09:31:33 2008
@@ -205,7 +205,7 @@
public RealMatrix getQT()
throws IllegalStateException {
- if (cachedQT == null) {
+ if (cachedQT == null) {
checkDecomposed();