changeset 21005:ea779f11deae

strip trailing whitespace from files * input.cc, oct-obj.h, __init_fltk__.cc: Strip trailing whitespace.
author John W. Eaton <jwe@octave.org>
date Tue, 29 Dec 2015 11:45:27 -0500
parents 936b88598a0b
children 0a09c3cae800
files libinterp/corefcn/input.cc libinterp/corefcn/oct-obj.h libinterp/dldfcn/__init_fltk__.cc
diffstat 3 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/input.cc
+++ b/libinterp/corefcn/input.cc
@@ -1463,7 +1463,7 @@
   else
     Vgud_mode = args(0).bool_value ();
 
-  return retval; 
+  return retval;
 }
 
 DEFUN (filemarker, args, nargout,
--- a/libinterp/corefcn/oct-obj.h
+++ b/libinterp/corefcn/oct-obj.h
@@ -27,4 +27,4 @@
 
 #warning oct-obj.h has been deprecated; use ovl.h instead
 
-#include "ovl.h" 
+#include "ovl.h"
--- a/libinterp/dldfcn/__init_fltk__.cc
+++ b/libinterp/dldfcn/__init_fltk__.cc
@@ -2349,7 +2349,6 @@
     Fdrawnow ();
 
   return ovl ();
-  
 #else
   error ("__fltk_check__: not available without OpenGL and FLTK libraries");
 #endif