Mercurial > hg > octave-nkf
comparison libinterp/corefcn/syscalls.cc @ 18111: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 | c3cd335bd71b |
children | e90bfaadb489 |
comparison
equal
deleted
inserted
replaced
18109:2217bc116aa9 | 18111:b560bac0fca2 |
---|---|
509 | 509 |
510 int nargin = args.length (); | 510 int nargin = args.length (); |
511 | 511 |
512 if (nargin == 3) | 512 if (nargin == 3) |
513 { | 513 { |
514 octave_stream strm = octave_stream_list::lookup (args (0), "fcntl"); | 514 octave_stream strm = octave_stream_list::lookup (args(0), "fcntl"); |
515 | 515 |
516 if (! error_state) | 516 if (! error_state) |
517 { | 517 { |
518 int fid = strm.file_number (); | 518 int fid = strm.file_number (); |
519 | 519 |