diff libinterp/dldfcn/__glpk__.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 de155ca994d4
children 263d18409fdf
line wrap: on
line diff
--- a/libinterp/dldfcn/__glpk__.cc	Mon Apr 11 10:45:17 2016 +0200
+++ b/libinterp/dldfcn/__glpk__.cc	Mon Apr 11 10:53:18 2016 -0400
@@ -288,7 +288,7 @@
   // Request that GLPK free all memory resources.
   // This prevents reported memory leaks, but isn't strictly necessary.
   // The memory blocks use are allocated once and don't grow with further
-  // calls to glpk so they would be reclaimed anyways when Octave exits. 
+  // calls to glpk so they would be reclaimed anyways when Octave exits.
   glp_free_env ();
 
   return errnum;