mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-13 05:37:20 +00:00
Remove trailing underscore in header guards
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
* -------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifndef GNSS_SDR_LOCK_DETECTORS_H_
|
||||
#define GNSS_SDR_LOCK_DETECTORS_H_
|
||||
#ifndef GNSS_SDR_LOCK_DETECTORS_H
|
||||
#define GNSS_SDR_LOCK_DETECTORS_H
|
||||
|
||||
#include <gnuradio/gr_complex.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user