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