mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-17 23:55:15 +00:00
Remove trailing underscore in header guards
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef GNSS_SDR_ACQUISITION_INTERFACE_H_
|
||||
#define GNSS_SDR_ACQUISITION_INTERFACE_H_
|
||||
#ifndef GNSS_SDR_ACQUISITION_INTERFACE_H
|
||||
#define GNSS_SDR_ACQUISITION_INTERFACE_H
|
||||
|
||||
#include "gnss_block_interface.h"
|
||||
#include "gnss_synchro.h"
|
||||
|
||||
Reference in New Issue
Block a user