From 170e4666d138fd67fbab4d9cad2643e6b86cda95 Mon Sep 17 00:00:00 2001 From: Lenhart Date: Sat, 17 Apr 2021 19:40:47 +0200 Subject: [PATCH] overlooked one tab in a comment section which clang-tidy does not fix this should fix the failing clang-tidy check --- src/algorithms/signal_source/adapters/fifo_signal_source.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/signal_source/adapters/fifo_signal_source.h b/src/algorithms/signal_source/adapters/fifo_signal_source.h index 22ca60e3b..e46d22855 100644 --- a/src/algorithms/signal_source/adapters/fifo_signal_source.h +++ b/src/algorithms/signal_source/adapters/fifo_signal_source.h @@ -44,7 +44,7 @@ class ConfigurationInterface; //! - may be overridden by the -signal_source or -s command-line arguments //! //! .sample_type - data type read out from the fifo. default ishort ; -//! - note: not output format. that is always gr_complex +//! - note: not output format. that is always gr_complex //! //! .dump - whether to archive input data //!