diff src/DLD-FUNCTIONS/det.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 01f703952eff
children 5fa482628bf6
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/det.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/DLD-FUNCTIONS/det.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -75,7 +75,7 @@
     }
 
   octave_value arg = args(0);
-    
+
   octave_idx_type nr = arg.rows ();
   octave_idx_type nc = arg.columns ();