1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 04:00:34 +00:00

overlooked one tab in a comment section which clang-tidy does not fix

this should fix the failing clang-tidy check
This commit is contained in:
Lenhart 2021-04-17 19:40:47 +02:00
parent cad8659116
commit 170e4666d1

View File

@ -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
//!