1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-28 07:08:24 +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; 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_;