diff libinterp/octave-value/ov-usr-fcn.cc @ 20921:4d3daf7e43f3

eliminate trailing whitespace in source files * data.cc, graphics.cc, lu.cc, mappers.cc, max.cc, typecast.cc, ov-classdef.cc, ov-usr-fcn.cc: Eliminate trailing whitespace.
author John W. Eaton <jwe@octave.org>
date Wed, 16 Dec 2015 18:21:46 -0500
parents 384ff5aa9437
children b17fda023ca6
line wrap: on
line diff
--- a/libinterp/octave-value/ov-usr-fcn.cc	Wed Dec 16 18:16:38 2015 -0500
+++ b/libinterp/octave-value/ov-usr-fcn.cc	Wed Dec 16 18:21:46 2015 -0500
@@ -1036,7 +1036,7 @@
 {
   if (k != xround (k) || k <= 0)
     error ("isargout: K must be a positive integer");
-  
+
   return (k == 1 || k <= nargout) && ! val_in_table (ignored, k);
 }