diff liboctave/numeric/CmplxCHOL.cc @ 20566:dcfbf4c1c3c8

eliminate trailing whitespace and tabs from sources * Canvas.cc, Canvas.h, Figure.cc, gl-render.h, graphics.cc, ov-fcn-handle.cc, ov-java.cc, Range.cc, CmplxCHOL.cc, dbleCHOL.cc, floatCHOL.cc: Eliminate trailing whitespace and tabs used for indentation.
author John W. Eaton <jwe@octave.org>
date Thu, 01 Oct 2015 12:50:00 -0400
parents 5ce959c55cc0
children
line wrap: on
line diff
--- a/liboctave/numeric/CmplxCHOL.cc	Thu Oct 01 17:35:34 2015 +0200
+++ b/liboctave/numeric/CmplxCHOL.cc	Thu Oct 01 12:50:00 2015 -0400
@@ -120,7 +120,7 @@
         {
           for (octave_idx_type i = 0; i < j; i++)
             chol_mat.xelem (i, j) = 0.0;
-       	  for (octave_idx_type i = j; i < n; i++)
+          for (octave_idx_type i = j; i < n; i++)
             chol_mat.xelem (i, j) = a (i, j);
         }
     }