diff src/DLD-FUNCTIONS/amd.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 b0cdd60db5e5
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/amd.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/DLD-FUNCTIONS/amd.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -122,7 +122,7 @@
             sm = SparseMatrix (real (args(0).complex_matrix_value ()));
           else
             sm = SparseMatrix (args(0).matrix_value ());
-          
+
           n_row = sm.rows ();
           n_col = sm.cols ();
           ridx = sm.xridx ();
@@ -139,7 +139,7 @@
           if (nargin > 1)
             {
               octave_scalar_map arg1 = args(1).scalar_map_value ();
-          
+
               if (!error_state)
                 {
                   octave_value tmp;
@@ -163,7 +163,7 @@
               double *Info = xinfo.fortran_vec ();
 
               // FIXME -- how can we manage the memory allocation of
-              // amd in a cleaner manner? 
+              // amd in a cleaner manner?
               amd_malloc = malloc;
               amd_free = free;
               amd_calloc = calloc;