diff src/OPERATORS/op-ui64-ui64.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/src/OPERATORS/op-ui64-ui64.cc	Thu Jan 20 17:21:27 2011 -0500
+++ b/src/OPERATORS/op-ui64-ui64.cc	Thu Jan 20 17:24:59 2011 -0500
@@ -114,7 +114,7 @@
 install_ui64_ui64_ops (void)
 {
   OCTAVE_INSTALL_INT_OPS (uint64);
-  
+
   OCTAVE_INSTALL_MS_INT_ASSIGN_OPS (mi8, uint64_, int8_);
   OCTAVE_INSTALL_MS_INT_ASSIGN_OPS (mui8, uint64_, uint8_);
   OCTAVE_INSTALL_MS_INT_ASSIGN_OPS (mi16, uint64_, int16_);