mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-17 20:53:02 +00:00
Fix header guard for consistency
This commit is contained in:
parent
dccbb026a1
commit
2a63afd1e9
@ -16,8 +16,8 @@
|
||||
* along with GNSS-SDR. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef VOLK_VOLK_OPTION_HELPERS_H
|
||||
#define VOLK_VOLK_OPTION_HELPERS_H
|
||||
#ifndef VOLK_GNSSSDR_OPTION_HELPERS_H
|
||||
#define VOLK_GNSSSDR_OPTION_HELPERS_H
|
||||
|
||||
#include <climits>
|
||||
#include <cstring>
|
||||
@ -71,4 +71,4 @@ private:
|
||||
};
|
||||
|
||||
|
||||
#endif //VOLK_VOLK_OPTION_HELPERS_H
|
||||
#endif //VOLK_GNSSSDR_OPTION_HELPERS_H
|
||||
|
Loading…
Reference in New Issue
Block a user