1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-11 21:03:07 +00:00

Remove trailing underscore in header guards

This commit is contained in:
Carles Fernandez
2020-02-08 10:10:46 +01:00
parent 4d0d263280
commit 955348b080
680 changed files with 1577 additions and 1577 deletions

View File

@@ -20,8 +20,8 @@
*/
#ifndef GNSS_SDR_HYBRID_OBSERVABLES_H_
#define GNSS_SDR_HYBRID_OBSERVABLES_H_
#ifndef GNSS_SDR_HYBRID_OBSERVABLES_H
#define GNSS_SDR_HYBRID_OBSERVABLES_H
#include "hybrid_observables_gs.h"
#include "observables_interface.h"

View File

@@ -20,8 +20,8 @@
*/
#ifndef GNSS_SDR_HYBRID_OBSERVABLES_GS_H_
#define GNSS_SDR_HYBRID_OBSERVABLES_GS_H_
#ifndef GNSS_SDR_HYBRID_OBSERVABLES_GS_H
#define GNSS_SDR_HYBRID_OBSERVABLES_GS_H
#include <boost/circular_buffer.hpp> // for boost::circular_buffer
#include <boost/shared_ptr.hpp> // for boost::shared_ptr
@@ -94,4 +94,4 @@ private:
int32_t save_matfile();
};
#endif // GNSS_SDR_HYBRID_OBSERVABLES_GS_H_
#endif // GNSS_SDR_HYBRID_OBSERVABLES_GS_H