1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-21 18:47:41 +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

@@ -40,7 +40,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 a tracking block.