diff liboctave/util/oct-shlib.cc @ 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/util/oct-shlib.cc	Thu Jul 21 18:11:06 2016 -0400
+++ b/liboctave/util/oct-shlib.cc	Fri Jul 22 08:40:20 2016 -0400
@@ -356,7 +356,7 @@
     handle = LoadLibrary (file.c_str ());
 
     set_dll_directory ();
-    
+
     if (! handle)
       {
         DWORD lastError = GetLastError ();