1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-22 10:04:52 +00:00

Apply automated code formatting

Documented at .clang-format
See http://clang.llvm.org/docs/ClangFormat.html and http://clang.llvm.org/docs/ClangFormatStyleOptions.html
This commit is contained in:
Carles Fernandez
2018-03-03 02:03:39 +01:00
parent c9ac8c78af
commit 34f24562cf
902 changed files with 36939 additions and 34573 deletions

View File

@@ -41,7 +41,8 @@
#include "gnss_block_interface.h"
#include "gnss_synchro.h"
template<typename Data>class concurrent_queue;
template <typename Data>
class concurrent_queue;
/*! \brief This abstract class represents an interface to an acquisition GNSS block.
*
@@ -50,7 +51,7 @@ template<typename Data>class concurrent_queue;
* instantiated directly if all inherited pure virtual methods have been
* implemented by that class or a parent class.
*/
class AcquisitionInterface: public GNSSBlockInterface
class AcquisitionInterface : public GNSSBlockInterface
{
public:
virtual void set_gnss_synchro(Gnss_Synchro* gnss_synchro) = 0;