1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-25 11:34:53 +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

@@ -19,8 +19,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_PASS_THROUGH_H_
#define GNSS_SDR_PASS_THROUGH_H_
#ifndef GNSS_SDR_PASS_THROUGH_H
#define GNSS_SDR_PASS_THROUGH_H
#include "conjugate_cc.h"
#include "conjugate_ic.h"
@@ -86,4 +86,4 @@ private:
bool inverted_spectrum;
};
#endif // GNSS_SDR_PASS_THROUGH_H_
#endif // GNSS_SDR_PASS_THROUGH_H