diff src/zfstream.h @ 11586:12df7854fa7c

strip trailing whitespace from source files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:24:59 -0500
parents fd0a3ac60b0e
children f4689107dd8c
line wrap: on
line diff
--- a/src/zfstream.h	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/zfstream.h	Thu Jan 20 17:24:59 2011 -0500
@@ -1,6 +1,6 @@
 /*
 
-Copyright (C) 2005-2011 Ludwig Schwardt, Kevin Ruland 
+Copyright (C) 2005-2011 Ludwig Schwardt, Kevin Ruland
 
 This file is part of Octave.
 
@@ -177,7 +177,7 @@
    */
   virtual pos_type
   seekoff(off_type off, std::ios_base::seekdir way,
-          std::ios_base::openmode mode = 
+          std::ios_base::openmode mode =
           std::ios_base::in|std::ios_base::out);
 
   /**
@@ -186,7 +186,7 @@
    *  Each derived class provides its own appropriate behavior.
    */
   virtual pos_type
-  seekpos(pos_type sp, std::ios_base::openmode mode = 
+  seekpos(pos_type sp, std::ios_base::openmode mode =
           std::ios_base::in|std::ios_base::out);
 
   virtual int_type