diff src/oct-stream.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 cda4aa780d58
children 7dd7cccf0757
line wrap: on
line diff
--- a/src/oct-stream.h
+++ b/src/oct-stream.h
@@ -167,7 +167,7 @@
 
   void add_elt_to_list (int width, bool discard, char type, char modifier,
                         octave_idx_type& num_elts,
-                        const std::string& char_class = std::string ()); 
+                        const std::string& char_class = std::string ());
 
   void process_conversion (const std::string& s, size_t& i, size_t n,
                            int& width, bool& discard, char& type,
@@ -215,7 +215,7 @@
     }
 
   ~printf_format_elt (void) { delete [] text; }
- 
+
   // The C-style format string.
   const char *text;
 
@@ -302,12 +302,12 @@
   void add_elt_to_list (int args, const std::string& flags, int fw,
                         int prec, char type, char modifier,
                         octave_idx_type& num_elts);
- 
+
   void process_conversion (const std::string& s, size_t& i, size_t n,
                            int& args, std::string& flags, int& fw,
                            int& prec, char& modifier, char& type,
-                           octave_idx_type& num_elts); 
- 
+                           octave_idx_type& num_elts);
+
   void finish_conversion (const std::string& s, size_t& i, int args,
                           const std::string& flags, int fw, int prec,
                           char modifier, char& type,