From 49bb43f6626b927b978eac765609844294523cad Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 9 Sep 2018 19:54:05 +0000 Subject: Standardise header guards. Using the full path including the repo name. --- auto_tests/check_compat.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'auto_tests') diff --git a/auto_tests/check_compat.h b/auto_tests/check_compat.h index 2f83577d..b1b73e0f 100644 --- a/auto_tests/check_compat.h +++ b/auto_tests/check_compat.h @@ -1,5 +1,5 @@ -#ifndef CHECK_COMPAT_H -#define CHECK_COMPAT_H +#ifndef C_TOXCORE_AUTO_TESTS_CHECK_COMPAT_H +#define C_TOXCORE_AUTO_TESTS_CHECK_COMPAT_H #include "../toxcore/ccompat.h" @@ -64,4 +64,4 @@ static inline int srunner_ntests_failed(SRunner *r) abort(); \ } while (0) -#endif // CHECK_COMPAT_H +#endif // C_TOXCORE_AUTO_TESTS_CHECK_COMPAT_H -- cgit v1.2.3