diff 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
line wrap: on
line diff
--- a/libinterp/corefcn/cellfun.cc	Fri Apr 25 11:18:04 2014 -0700
+++ b/libinterp/corefcn/cellfun.cc	Fri Apr 25 13:25:25 2014 -0700
@@ -1227,7 +1227,7 @@
       // fewer polymorphic function calls as the function gets called
       // for each value of the array.
 
-      if (! symbol_table_lookup )
+      if (! symbol_table_lookup)
         {
           if (func.is_function_handle ())
             {