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