diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-01-09 12:34:08 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2020-01-10 19:21:38 -0800 |
commit | e0598e54b7202dfc0f37b402a2997e650c52b316 (patch) | |
tree | 3de3104b057a0173881ec00333180bd1427e9214 /gr-qtgui/lib/plot_waterfall.cc | |
parent | 4fd06de424850a0b70f6e8e959edcda9fe01f060 (diff) |
Fix all formatting issues
This fixes every leftover file in the GNU Radio source tree to match our
clang-format definition.
Diffstat (limited to 'gr-qtgui/lib/plot_waterfall.cc')
-rw-r--r-- | gr-qtgui/lib/plot_waterfall.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-qtgui/lib/plot_waterfall.cc b/gr-qtgui/lib/plot_waterfall.cc index 6c18544315..50f626cad7 100644 --- a/gr-qtgui/lib/plot_waterfall.cc +++ b/gr-qtgui/lib/plot_waterfall.cc @@ -279,4 +279,3 @@ QImage PlotWaterfall::renderImage(const QwtScaleMap& xMap, return std::move(image); } - |