Various minor whitespace and consistency fixes.
[pulseview.git] / pv / widgets / colourbutton.cpp
index 1f503462ea2f839f0f39891aeb481fa6c830b4ae..13b9673894db39274472c9882550fd055077e0e6 100644 (file)
@@ -58,9 +58,7 @@ void ColourButton::set_colour(QColor colour)
 
        for (unsigned int r = 0; r < rows; r++)
                for (unsigned int c = 0; c < cols; c++)
-                       if (popup_.well_array().cellBrush(r, c).color() ==
-                               colour)
-                       {
+                       if (popup_.well_array().cellBrush(r, c).color() == colour) {
                                popup_.well_array().setSelected(r, c);
                                popup_.well_array().setCurrent(r, c);
                                return;