diff libgui/src/workspace-model.cc @ 18712:6113e0c6920b

maint: Clean up extra spaces before/after parentheses.
author Rik <rik@octave.org>
date Fri, 25 Apr 2014 13:25:25 -0700
parents dfc6ef6ac455
children 7934b56c8b7b
line wrap: on
line diff
--- a/libgui/src/workspace-model.cc	Fri Apr 25 11:18:04 2014 -0700
+++ b/libgui/src/workspace-model.cc	Fri Apr 25 13:25:25 2014 -0700
@@ -141,7 +141,7 @@
 
       if (role == Qt::DisplayRole
           || (idx.column () == 0 && role == Qt::EditRole)
-          || (idx.column () == 0 && role == Qt::ToolTipRole) )
+          || (idx.column () == 0 && role == Qt::ToolTipRole))
         {
           switch (idx.column ())
             {