comparison libinterp/corefcn/cellfun.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 b560bac0fca2
children 9ac2357f19bc
comparison
equal deleted inserted replaced
18677:f684f7075aee 18678:6113e0c6920b
1225 // The following is an optimisation because the symbol table can 1225 // The following is an optimisation because the symbol table can
1226 // give a more specific function class, so this can result in 1226 // give a more specific function class, so this can result in
1227 // fewer polymorphic function calls as the function gets called 1227 // fewer polymorphic function calls as the function gets called
1228 // for each value of the array. 1228 // for each value of the array.
1229 1229
1230 if (! symbol_table_lookup ) 1230 if (! symbol_table_lookup)
1231 { 1231 {
1232 if (func.is_function_handle ()) 1232 if (func.is_function_handle ())
1233 { 1233 {
1234 octave_fcn_handle* f = func.fcn_handle_value (); 1234 octave_fcn_handle* f = func.fcn_handle_value ();
1235 1235