diff src/syscalls.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 7d6d8c1e471f
children 11faa69c4eaa
line wrap: on
line diff
--- a/src/syscalls.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/syscalls.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -1266,7 +1266,7 @@
           int status = octave_unlink (name, msg);
 
           retval(0) = status;
-          retval(1) = msg;          
+          retval(1) = msg;
         }
       else
         error ("unlink: file name must be a string");
@@ -1333,7 +1333,7 @@
   if (nargin == 1 || nargin == 2)
     {
       pid_t pid = args(0).int_value (true);
-  
+
       if (! error_state)
         {
           int options = 0;