comparison libinterp/corefcn/luinc.cc @ 18678:6113e0c6920b

maint: Clean up extra spaces before/after parentheses.
author Rik <rik@octave.org>
date Fri, 25 Apr 2014 13:25:25 -0700
parents 870f3e12e163
children 9ac2357f19bc
comparison
equal deleted inserted replaced
18677:f684f7075aee 18678:6113e0c6920b
175 175
176 if (nargin == 3) 176 if (nargin == 3)
177 { 177 {
178 std::string tmp = args(2).string_value (); 178 std::string tmp = args(2).string_value ();
179 179
180 if (! error_state ) 180 if (! error_state)
181 { 181 {
182 if (tmp.compare ("vector") == 0) 182 if (tmp.compare ("vector") == 0)
183 vecout = true; 183 vecout = true;
184 else 184 else
185 error ("luinc: unrecognized string argument"); 185 error ("luinc: unrecognized string argument");