# HG changeset patch # User John W. Eaton # Date 1471410506 14400 # Node ID 6d54ecbfb50a7be679264c57373c11dae4839a9d # Parent bac0d6f07a3e6ead8438177a95c0517249ae8b9d maint: Strip trailing whitespace from source files. diff -r bac0d6f07a3e -r 6d54ecbfb50a libinterp/corefcn/gsvd.cc --- 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)); diff -r bac0d6f07a3e -r 6d54ecbfb50a libinterp/octave-value/ov-classdef.cc --- 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 iv (dim_vector (1, std::max (ival.length (), + Array iv (dim_vector (1, std::max (ival.length (), static_cast (2)))); for (int i = 0; i < ival.length (); i++) diff -r bac0d6f07a3e -r 6d54ecbfb50a scripts/plot/appearance/material.m --- 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; diff -r bac0d6f07a3e -r 6d54ecbfb50a test/build-conv-tests.sh --- 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")