]> sigrok.org Git - pulseview.git/commitdiff
LogicSignal: Removed trailing whitespace
authorPeter Zotov <redacted>
Thu, 13 Nov 2014 12:07:27 +0000 (12:07 +0000)
committerUwe Hermann <redacted>
Thu, 13 Nov 2014 18:34:38 +0000 (19:34 +0100)
pv/view/logicsignal.cpp

index 54d257819ade28b05be7ac0646f01e96390a579e..262434d1d845793b2e02d70fd923773be068d9cd 100644 (file)
@@ -133,10 +133,10 @@ void LogicSignal::paint_mid(QPainter &p, int left, int right)
 
        assert(_view);
        const int y = _v_offset - _view->v_offset();
-       
+
        const double scale = _view->scale();
        assert(scale > 0);
-       
+
        const double offset = _view->offset();
 
        if (!_channel->enabled())