1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-22 21:13:15 +00:00

Fix clang format

This commit is contained in:
Carles Fernandez 2021-10-23 14:19:36 +02:00
parent c0cc458b7d
commit 4121efa0d2
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -66,11 +66,11 @@ public:
gr::basic_block_sptr get_right_block() override;
private:
#if GR_IIO_TEMPLATIZED_API
gr::iio::fmcomms2_source<gr_complex>::sptr plutosdr_source_;
#else
gr::iio::pluto_source::sptr plutosdr_source_;
#endif
#if GR_IIO_TEMPLATIZED_API
gr::iio::fmcomms2_source<gr_complex>::sptr plutosdr_source_;
#else
gr::iio::pluto_source::sptr plutosdr_source_;
#endif
gnss_shared_ptr<gr::block> valve_;
gr::blocks::file_sink::sptr file_sink_;