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_raster.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_raster.cc')
-rw-r--r-- | gr-qtgui/lib/plot_raster.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-qtgui/lib/plot_raster.cc b/gr-qtgui/lib/plot_raster.cc index 312d344fb8..e36d4cc7dc 100644 --- a/gr-qtgui/lib/plot_raster.cc +++ b/gr-qtgui/lib/plot_raster.cc @@ -298,4 +298,3 @@ QwtInterval PlotTimeRaster::interval(Qt::Axis ax) const return d_data->data->interval(ax); } #endif - |