diff src/DLD-FUNCTIONS/__glpk__.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 a83bad07f7e3
children 3641167e5b75
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/__glpk__.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/DLD-FUNCTIONS/__glpk__.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -264,7 +264,7 @@
           typx = LPX_DB;
           break;
         }
-      
+
       lpx_set_row_bnds (lp, i+1, typx, b[i], b[i]);
 
     }