mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-03-05 19:18:16 +00:00
Fix clang format
This commit is contained in:
parent
c0cc458b7d
commit
4121efa0d2
@ -66,11 +66,11 @@ public:
|
|||||||
gr::basic_block_sptr get_right_block() override;
|
gr::basic_block_sptr get_right_block() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
#if GR_IIO_TEMPLATIZED_API
|
#if GR_IIO_TEMPLATIZED_API
|
||||||
gr::iio::fmcomms2_source<gr_complex>::sptr plutosdr_source_;
|
gr::iio::fmcomms2_source<gr_complex>::sptr plutosdr_source_;
|
||||||
#else
|
#else
|
||||||
gr::iio::pluto_source::sptr plutosdr_source_;
|
gr::iio::pluto_source::sptr plutosdr_source_;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
gnss_shared_ptr<gr::block> valve_;
|
gnss_shared_ptr<gr::block> valve_;
|
||||||
gr::blocks::file_sink::sptr file_sink_;
|
gr::blocks::file_sink::sptr file_sink_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user