diff liboctave/system/file-ops.h @ 22157:c5842206aaea

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Fri, 22 Jul 2016 08:40:20 -0400
parents ef91e43f162a
children bac0d6f07a3e
line wrap: on
line diff
--- a/liboctave/system/file-ops.h	Thu Jul 21 18:11:06 2016 -0400
+++ b/liboctave/system/file-ops.h	Fri Jul 22 08:40:20 2016 -0400
@@ -108,7 +108,7 @@
 
         return (ipos != std::string::npos) ? path.substr (0, ipos) : "";
       }
-      
+
       // Return the tail member of a filename.
       static std::string tail (const std::string& path)
       {