diff libinterp/corefcn/__ilu__.cc @ 21604:d7a268e68e69

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Mon, 11 Apr 2016 10:53:18 -0400
parents 683a1beee538
children aba2e6293dd8
line wrap: on
line diff
--- a/libinterp/corefcn/__ilu__.cc	Mon Apr 11 10:45:17 2016 +0200
+++ b/libinterp/corefcn/__ilu__.cc	Mon Apr 11 10:53:18 2016 -0400
@@ -243,7 +243,7 @@
 
   T zero = T (0);
 
-  // Initialize working arrays 
+  // Initialize working arrays
   cidx_u[0] = cidx_in_u[0];
   cidx_l[0] = cidx_in_l[0];
   for (i = 0; i < n; i++)
@@ -609,7 +609,7 @@
   octave_idx_type* perm = perm_vec.fortran_vec ();
   OCTAVE_LOCAL_BUFFER (octave_idx_type, uptr, n);
 
-  // Initialize working and permutation arrays 
+  // Initialize working and permutation arrays
   cidx_l[0] = cidx_in[0];
   cidx_u[0] = cidx_in[0];
   for (i = 0; i < n; i++)