From: Soeren Apel Date: Fri, 26 Jan 2024 21:36:04 +0000 (+0100) Subject: trace: Whitespace fix X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=ca0a72a2d3d0dc8d469d00bdca5994bf8bb1d740;p=pulseview.git trace: Whitespace fix --- diff --git a/pv/views/trace/trace.cpp b/pv/views/trace/trace.cpp index ce935280..4535a13e 100644 --- a/pv/views/trace/trace.cpp +++ b/pv/views/trace/trace.cpp @@ -442,7 +442,7 @@ void Trace::on_popup_closed() void Trace::on_nameedit_changed(const QString &name) { /* This event handler notifies SignalBase that the name changed */ - if(!name.isEmpty()) + if (!name.isEmpty()) base_->set_name(name); }