]> sigrok.org Git - pulseview.git/blobdiff - pv/view/ruler.cpp
Various minor whitespace and consistency fixes.
[pulseview.git] / pv / view / ruler.cpp
index 601e73b163a6ed84683ca8b3bcf9526ab3a8e048..31ec121d074aa724bd4a67b83c2c4272d233099c 100644 (file)
@@ -128,8 +128,7 @@ shared_ptr<ViewItem> Ruler::get_mouse_over_item(const QPoint &pt)
 void Ruler::paintEvent(QPaintEvent*)
 {
        if (!tick_position_cache_) {
-               auto ffunc = [this](const pv::util::Timestamp& t)
-               {
+               auto ffunc = [this](const pv::util::Timestamp& t) {
                        return format_time_with_distance(
                                this->view_.tick_period(),
                                t,