1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-12-13 20:18:04 +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

@@ -17,8 +17,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_PVT_CONF_H_
#define GNSS_SDR_PVT_CONF_H_
#ifndef GNSS_SDR_PVT_CONF_H
#define GNSS_SDR_PVT_CONF_H
#include <cstdint>
#include <map>