From 57e7e17efd833527069607595be0847080d0a6a2 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 31 May 2020 19:30:49 +0200 Subject: [PATCH] Minor whitespace fixes. Avoid three consecutive newlines (two are OK and intentionally used in some places for visual spacing). --- pv/data/signalbase.cpp | 1 - pv/widgets/wellarray.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/pv/data/signalbase.cpp b/pv/data/signalbase.cpp index 70580aef..e1091f11 100644 --- a/pv/data/signalbase.cpp +++ b/pv/data/signalbase.cpp @@ -89,7 +89,6 @@ const QString SignalGroup::name() const } - SignalBase::SignalBase(shared_ptr channel, ChannelType channel_type) : channel_(channel), channel_type_(channel_type), diff --git a/pv/widgets/wellarray.cpp b/pv/widgets/wellarray.cpp index 04a7ccec..655ad87e 100644 --- a/pv/widgets/wellarray.cpp +++ b/pv/widgets/wellarray.cpp @@ -252,7 +252,6 @@ QBrush WellArray::cellBrush(int row, int col) } - /*!\reimp */ -- 2.30.2