comparison libgui/src/workspace-model.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 dfc6ef6ac455
children
comparison
equal deleted inserted replaced
18677:f684f7075aee 18678:6113e0c6920b
139 return retval; 139 return retval;
140 } 140 }
141 141
142 if (role == Qt::DisplayRole 142 if (role == Qt::DisplayRole
143 || (idx.column () == 0 && role == Qt::EditRole) 143 || (idx.column () == 0 && role == Qt::EditRole)
144 || (idx.column () == 0 && role == Qt::ToolTipRole) ) 144 || (idx.column () == 0 && role == Qt::ToolTipRole))
145 { 145 {
146 switch (idx.column ()) 146 switch (idx.column ())
147 { 147 {
148 case 0: 148 case 0:
149 if (role == Qt::ToolTipRole) 149 if (role == Qt::ToolTipRole)