changeset 22324:6d54ecbfb50a

maint: Strip trailing whitespace from source files.
author John W. Eaton <jwe@octave.org>
date Wed, 17 Aug 2016 01:08:26 -0400
parents bac0d6f07a3e
children fc127f0e1ccd
files libinterp/corefcn/gsvd.cc libinterp/octave-value/ov-classdef.cc scripts/plot/appearance/material.m test/build-conv-tests.sh
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/gsvd.cc	Wed Aug 17 01:05:19 2016 -0400
+++ b/libinterp/corefcn/gsvd.cc	Wed Aug 17 01:08:26 2016 -0400
@@ -181,7 +181,7 @@
 
   if (nr == 0 || nc == 0)
     {
-      if (nargout == 5) 
+      if (nargout == 5)
           retval = ovl (identity_matrix (nc, nc), identity_matrix (nc, nc),
                         Matrix (nr, nc), identity_matrix (nr, nr),
                         identity_matrix (nr, nr));
--- a/libinterp/octave-value/ov-classdef.cc	Wed Aug 17 01:05:19 2016 -0400
+++ b/libinterp/octave-value/ov-classdef.cc	Wed Aug 17 01:08:26 2016 -0400
@@ -1652,7 +1652,7 @@
 
           bool is_scalar = true;
 
-          Array<idx_vector> iv (dim_vector (1, std::max (ival.length (), 
+          Array<idx_vector> iv (dim_vector (1, std::max (ival.length (),
             static_cast<octave_idx_type> (2))));
 
           for (int i = 0; i < ival.length (); i++)
--- a/scripts/plot/appearance/material.m	Wed Aug 17 01:05:19 2016 -0400
+++ b/scripts/plot/appearance/material.m	Wed Aug 17 01:08:26 2016 -0400
@@ -207,7 +207,7 @@
 %! drawnow ();
 %! light ();
 %! material ([0 0.5 1 10 .5]);
-%! title ("material() with numeric input"); 
+%! title ("material() with numeric input");
 
 %!demo
 %! clf;
--- a/test/build-conv-tests.sh	Wed Aug 17 01:05:19 2016 -0400
+++ b/test/build-conv-tests.sh	Wed Aug 17 01:08:26 2016 -0400
@@ -45,7 +45,7 @@
 %! ui16m = uint16 (rand (5) * 10);
 %! ui32m = uint32 (rand (5) * 10);
 %! ui64m = uint64 (rand (5) * 10);
-%! 
+%!
 %!assert (typeinfo (r), "range")
 %!assert (typeinfo (dq), "string")
 %!assert (typeinfo (sq), "sq_string")