aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2019-12-01 20:57:04 +0100
committerSylvain Munaut <tnt@246tNt.com>2019-12-08 15:22:38 +0100
commit3c000bf88a12cb18b65c2c2a69edcc0503474efc (patch)
tree97d4140e6a97b9723d029fdb50ddb212e571c502 /lib
parent0c658dd3dda722de969fef772fb8f48cfd9190a2 (diff)
gr-fosphor: Indent (tab/space) fixes
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/base_sink_c_impl.h10
1 files changed, 5 insertions, 5 deletions
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;