diff liboctave/oct-shlib.cc @ 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 72c96de7a403
line wrap: on
line diff
--- a/liboctave/oct-shlib.cc
+++ b/liboctave/oct-shlib.cc
@@ -294,7 +294,7 @@
 
       if (mangler)
         sym_name = mangler (name);
-        
+
       int status = shl_findsym (&library, sym_name.c_str (),
                                 TYPE_UNDEFINED, &function);
     }
@@ -328,7 +328,7 @@
 
   octave_w32_shlib& operator = (const octave_w32_shlib&);
 
-  HINSTANCE handle; 
+  HINSTANCE handle;
 };
 
 octave_w32_shlib::octave_w32_shlib (const std::string& f)
@@ -451,7 +451,7 @@
             errstr = "unspecified error";
 
           (*current_liboctave_error_handler)
-            ("%s: %s", file.c_str (), errstr);  
+            ("%s: %s", file.c_str (), errstr);
         }
     }
   else