]> sigrok.org Git - pulseview.git/commitdiff
Drop some trailing whitespace.
authorUwe Hermann <redacted>
Tue, 6 Jun 2017 09:57:35 +0000 (11:57 +0200)
committerUwe Hermann <redacted>
Tue, 6 Jun 2017 09:57:35 +0000 (11:57 +0200)
pv/binding/inputoutput.cpp
pv/widgets/colourbutton.cpp
pv/widgets/popup.cpp
test/data/logicsegment.cpp

index df9d3799eb287ccfdb78682d077236aed95cff5f..9d2299afaf95fd767a5d7142fb71a606e3d97f0f 100644 (file)
@@ -70,7 +70,7 @@ InputOutput::InputOutput(
                const vector<VariantBase> values = opt->values();
 
                options_[opt->id()] = def_val;
+
                const Property::Getter get = [&, opt]() {
                        return options_[opt->id()]; };
                const Property::Setter set = [&, opt](VariantBase value) {
index ce2ab2a9c01d6434a7cbc3f482964f980cb5b50d..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)
index f1486e0089ac7f8a392baf58ce438d493338cbe9..13282cda25e458b6b624de563f09e1fc6668a6b5 100644 (file)
@@ -140,7 +140,7 @@ QPolygon Popup::arrow_polygon() const
        QPolygon poly;
 
        const QPoint p = mapFromGlobal(point_);
-       const int l = ArrowLength + ArrowOverlap; 
+       const int l = ArrowLength + ArrowOverlap;
 
        switch (pos_) {
        case Right:
index 848cc5a534f2e6867825a254eefa710cf99ef1ae..b5cf0ba45c85adad2b36b2a96870e34db5f75ae2 100644 (file)
@@ -422,7 +422,7 @@ BOOST_AUTO_TEST_CASE(LongPulses)
        BOOST_CHECK_EQUAL(edges[0].second, true);
        BOOST_CHECK_EQUAL(edges[1].first, 16);
        BOOST_CHECK_EQUAL(edges[1].second, false);
-       
+
        for (int i = 1; i < Cycles; i++) {
                BOOST_CHECK_EQUAL(edges[i+1].first, i * Period);
                BOOST_CHECK_EQUAL(edges[i+1].second, false);