diff libinterp/corefcn/max.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 40de9f8f23a6
children aba2e6293dd8
line wrap: on
line diff
--- a/libinterp/corefcn/max.cc	Mon Apr 11 10:45:17 2016 +0200
+++ b/libinterp/corefcn/max.cc	Mon Apr 11 10:53:18 2016 -0400
@@ -139,7 +139,7 @@
     }
   else
     {
-      // Sparse: Don't use any/all trick, as full matrix could exceed memory. 
+      // Sparse: Don't use any/all trick, as full matrix could exceed memory.
       // Instead, convert to double.
       retval = do_minmax_red_op<SparseMatrix> (arg, nargout, dim, ismin);