From 3c000bf88a12cb18b65c2c2a69edcc0503474efc Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sun, 1 Dec 2019 20:57:04 +0100 Subject: [PATCH] gr-fosphor: Indent (tab/space) fixes Signed-off-by: Sylvain Munaut --- include/gnuradio/fosphor/base_sink_c.h | 16 ++++++++-------- lib/base_sink_c_impl.h | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/include/gnuradio/fosphor/base_sink_c.h b/include/gnuradio/fosphor/base_sink_c.h index 286061b..b809c23 100644 --- a/include/gnuradio/fosphor/base_sink_c.h +++ b/include/gnuradio/fosphor/base_sink_c.h @@ -46,14 +46,14 @@ namespace gr { DB_PER_DIV_DOWN, REF_UP, REF_DOWN, - ZOOM_TOGGLE, - ZOOM_WIDTH_UP, - ZOOM_WIDTH_DOWN, - ZOOM_CENTER_UP, - ZOOM_CENTER_DOWN, - RATIO_UP, - RATIO_DOWN, - FREEZE_TOGGLE, + ZOOM_TOGGLE, + ZOOM_WIDTH_UP, + ZOOM_WIDTH_DOWN, + ZOOM_CENTER_UP, + ZOOM_CENTER_DOWN, + RATIO_UP, + RATIO_DOWN, + FREEZE_TOGGLE, }; virtual void execute_ui_action(enum ui_action_t action) = 0; diff --git a/lib/base_sink_c_impl.h b/lib/base_sink_c_impl.h index fbce636..4816538 100644 --- a/lib/base_sink_c_impl.h +++ b/lib/base_sink_c_impl.h @@ -64,11 +64,11 @@ namespace gr { /* settings refresh logic */ enum { - SETTING_DIMENSIONS = (1 << 0), - SETTING_POWER_RANGE = (1 << 1), - SETTING_FREQUENCY_RANGE = (1 << 2), - SETTING_FFT_WINDOW = (1 << 3), - SETTING_RENDER_OPTIONS = (1 << 4), + SETTING_DIMENSIONS = (1 << 0), + SETTING_POWER_RANGE = (1 << 1), + SETTING_FREQUENCY_RANGE = (1 << 2), + SETTING_FFT_WINDOW = (1 << 3), + SETTING_RENDER_OPTIONS = (1 << 4), }; uint32_t d_settings_changed;