1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-18 16:15:21 +00:00

Fix clang-format job

This commit is contained in:
Carles Fernandez
2020-06-19 13:01:22 +02:00
parent 0d5b5894b4
commit bc0cc69d76

View File

@@ -73,7 +73,7 @@ private:
std::shared_ptr<TelemetryDecoderInterface> nav_;
std::mutex mx_;
Concurrent_Queue<pmt::pmt_t>* queue_;
};