changeset 22066:c4ef0b3dc40c

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Thu, 07 Jul 2016 14:14:19 -0400
parents cf1bda5ca9c9
children 1340feab13a8
files liboctave/system/oct-env.cc liboctave/wrappers/time-wrappers.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/system/oct-env.cc	Thu Jul 07 14:03:35 2016 -0400
+++ b/liboctave/system/oct-env.cc	Thu Jul 07 14:14:19 2016 -0400
@@ -449,7 +449,7 @@
       // Strip any trailing directory separator
       if (octave::sys::file_ops::is_dir_sep (current_dir.back ()))
         current_dir.pop_back ();
-      
+
       return current_dir;
     }
 
--- a/liboctave/wrappers/time-wrappers.h	Thu Jul 07 14:03:35 2016 -0400
+++ b/liboctave/wrappers/time-wrappers.h	Thu Jul 07 14:14:19 2016 -0400
@@ -50,7 +50,7 @@
 
 extern time_t
 octave_mktime_wrapper (struct tm *tp);
-  
+
 #if defined __cplusplus
 }
 #endif