Drop some trailing whitespace.
[pulseview.git] / pv / widgets / colourbutton.cpp
index 06c82c30f496842cf4ff6754cdc29d351cb4dcf9..01a22b67d165b85a48298aa3a45b5294fc64d612 100644 (file)
@@ -61,7 +61,7 @@ void ColourButton::set_colour(QColor colour)
                                popup_.well_array().setSelected(r, c);
                                popup_.well_array().setCurrent(r, c);
                                return;
-                       }       
+                       }
 }
 
 void ColourButton::set_palette(const QColor *const palette)
@@ -102,5 +102,5 @@ void ColourButton::paintEvent(QPaintEvent *event)
        p.drawRect(r);
 }
 
-} // widgets
-} // pv
+}  // namespace widgets
+}  // namespace pv