diff src/bitfcns.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 7a5aacf65f81
line wrap: on
line diff
--- a/src/bitfcns.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/bitfcns.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -444,7 +444,7 @@
   if (nargin == 2 || nargin == 3)
     {
       int nbits = 64;
-      
+
       NDArray n = args(1).array_value ();
 
       if (error_state)
@@ -460,7 +460,7 @@
               else
                 {
                   nbits = args(2).int_value ();
-          
+
                   if (error_state)
                     error ("bitshift: expecting integer as third argument");
                   else if (nbits < 0)