diff liboctave/fCmplxGEPBAL.cc @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children 72c96de7a403
line wrap: on
line diff
--- a/liboctave/fCmplxGEPBAL.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/liboctave/fCmplxGEPBAL.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -58,7 +58,7 @@
 }
 
 octave_idx_type
-FloatComplexGEPBALANCE::init (const FloatComplexMatrix& a, const FloatComplexMatrix& b, 
+FloatComplexGEPBALANCE::init (const FloatComplexMatrix& a, const FloatComplexMatrix& b,
                   const std::string& balance_job)
 {
   octave_idx_type n = a.cols ();
@@ -73,7 +73,7 @@
     {
       gripe_nonconformant ("FloatComplexGEPBALANCE", n, n, b.rows(), b.cols());
       return -1;
-    } 
+    }
 
   octave_idx_type info;
   octave_idx_type ilo;
@@ -114,7 +114,7 @@
                              n, p_balancing_mat, n, info
                              F77_CHAR_ARG_LEN (1)
                              F77_CHAR_ARG_LEN (1)));
-      
+
   // then right
   F77_XFCN (sggbak, SGGBAK, (F77_CONST_CHAR_ARG2 (&job, 1),
                              F77_CONST_CHAR_ARG2 ("R", 1),