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