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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user