diff libinterp/corefcn/__pchip_deriv__.cc @ 18112:b560bac0fca2

maint: Don't use space between 'args' and '(' when doing indexing. * libinterp/corefcn/__contourc__.cc, libinterp/corefcn/__pchip_deriv__.cc, libinterp/corefcn/besselj.cc, libinterp/corefcn/bsxfun.cc, libinterp/corefcn/cellfun.cc, libinterp/corefcn/data.cc, libinterp/corefcn/dlmread.cc, libinterp/corefcn/file-io.cc, libinterp/corefcn/graphics.cc, libinterp/corefcn/help.cc, libinterp/corefcn/lu.cc, libinterp/corefcn/matrix_type.cc, libinterp/corefcn/pr-output.cc, libinterp/corefcn/sparse.cc, libinterp/corefcn/strfns.cc, libinterp/corefcn/syscalls.cc, libinterp/corefcn/tril.cc: maint: Don't use space between 'args' and '(' when indexing.
author Rik <rik@octave.org>
date Thu, 05 Dec 2013 16:11:14 -0800
parents 175b392e91fe
children c29b00276818
line wrap: on
line diff
--- a/libinterp/corefcn/__pchip_deriv__.cc	Thu Dec 05 15:00:45 2013 -0500
+++ b/libinterp/corefcn/__pchip_deriv__.cc	Thu Dec 05 16:11:14 2013 -0800
@@ -59,7 +59,7 @@
   octave_value retval;
   const int nargin = args.length ();
 
-  bool rows = (nargin == 3 && args (2).uint_value () == 2);
+  bool rows = (nargin == 3 && args(2).uint_value () == 2);
 
   if (nargin >= 2)
     {