diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-30 15:45:24 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-30 15:45:24 +0000 |
commit | b51cc6d67a16fa2f7b6bae7094b27c7ff58bb3a4 (patch) | |
tree | dedc0f205218de34b85fe0d68f80dffaf5c64332 /tests | |
parent | d5c89c8ed549bb38b481204f9c8ce9435538674c (diff) | |
parent | 70719004070731481ca71998ff9039e7747956ba (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_common/test_matrix.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/test_common/test_matrix.h b/tests/test_common/test_matrix.h index 174fc4f227..abfcc24048 100644 --- a/tests/test_common/test_matrix.h +++ b/tests/test_common/test_matrix.h @@ -14,8 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef TESTS_TEST_COMMON_TEST_MATRIX_H_ -#define TESTS_TEST_COMMON_TEST_MATRIX_H_ +#pragma once #ifdef __cplusplus extern "C" { @@ -28,5 +27,3 @@ void clear_all_keys(void); #ifdef __cplusplus } #endif - -#endif /* TESTS_TEST_COMMON_TEST_MATRIX_H_ */ |