diff 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
line wrap: on
line diff
--- a/libinterp/corefcn/luinc.cc	Fri Apr 25 11:18:04 2014 -0700
+++ b/libinterp/corefcn/luinc.cc	Fri Apr 25 13:25:25 2014 -0700
@@ -177,7 +177,7 @@
         {
           std::string tmp = args(2).string_value ();
 
-          if (! error_state )
+          if (! error_state)
             {
               if (tmp.compare ("vector") == 0)
                 vecout = true;