diff liboctave/dbleGEPBAL.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/dbleGEPBAL.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/liboctave/dbleGEPBAL.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -59,7 +59,7 @@
 }
 
 octave_idx_type
-GEPBALANCE::init (const Matrix& a, const Matrix& b, 
+GEPBALANCE::init (const Matrix& a, const Matrix& b,
                   const std::string& balance_job)
 {
   octave_idx_type n = a.cols ();
@@ -74,7 +74,7 @@
     {
       gripe_nonconformant ("GEPBALANCE", n, n, b.rows(), b.cols());
       return -1;
-    } 
+    }
 
   octave_idx_type info;
   octave_idx_type ilo;
@@ -115,7 +115,7 @@
                              n, p_balancing_mat, n, info
                              F77_CHAR_ARG_LEN (1)
                              F77_CHAR_ARG_LEN (1)));
-      
+
   // then right
   F77_XFCN (dggbak, DGGBAK, (F77_CONST_CHAR_ARG2 (&job, 1),
                              F77_CONST_CHAR_ARG2 ("R", 1),