diff src/ov-class.cc @ 15017:dd4ad69e4ab9

maint: Fix a few Octave coding convention violations. * gzip.m, findfigs.m, hdl2struct.m: Use parentheses around if block test. * graphics.cc, ov-class.cc: Use space after if and before first parenthesis
author Rik <rik@octave.org>
date Wed, 25 Jul 2012 20:58:21 -0700
parents f7afecdd87ef
children
line wrap: on
line diff
--- a/src/ov-class.cc	Wed Jul 25 21:12:47 2012 -0500
+++ b/src/ov-class.cc	Wed Jul 25 20:58:21 2012 -0700
@@ -1277,7 +1277,7 @@
       if ( val(0).is_object () )
         {
           dbgstr = "blork";
-          if( key == val(0).class_name () )
+          if ( key == val(0).class_name () )
             {
               might_have_inheritance = true;
               dbgstr = "cork";