From: Uwe Hermann Date: Sun, 31 May 2020 17:30:49 +0000 (+0200) Subject: Minor whitespace fixes. X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=57e7e17efd833527069607595be0847080d0a6a2 Minor whitespace fixes. Avoid three consecutive newlines (two are OK and intentionally used in some places for visual spacing). --- 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 */