diff options
author | Ryan <fauxpark@gmail.com> | 2020-12-28 04:36:32 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-28 04:36:32 +1100 |
commit | 1b7b72c0e96856d2b9f73f705787af3426662bcf (patch) | |
tree | b03387eee60a4650d850c11daf7a962285837da6 /tmk_core/common/test/timer.c | |
parent | bbf0f65284f6c9cc40429f446bddf48e2e882ad0 (diff) | |
download | qmk_firmware-1b7b72c0e96856d2b9f73f705787af3426662bcf.tar.gz qmk_firmware-1b7b72c0e96856d2b9f73f705787af3426662bcf.zip |
Ensure single newline at EOF for core files (#11310)
Diffstat (limited to 'tmk_core/common/test/timer.c')
-rw-r--r-- | tmk_core/common/test/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/test/timer.c b/tmk_core/common/test/timer.c index 3c786ae29..61c3a0020 100644 --- a/tmk_core/common/test/timer.c +++ b/tmk_core/common/test/timer.c | |||
@@ -30,4 +30,4 @@ uint32_t timer_elapsed32(uint32_t last) { return TIMER_DIFF_32(timer_read32(), l | |||
30 | void set_time(uint32_t t) { current_time = t; } | 30 | void set_time(uint32_t t) { current_time = t; } |
31 | void advance_time(uint32_t ms) { current_time += ms; } | 31 | void advance_time(uint32_t ms) { current_time += ms; } |
32 | 32 | ||
33 | void wait_ms(uint32_t ms) { advance_time(ms); } \ No newline at end of file | 33 | void wait_ms(uint32_t ms) { advance_time(ms); } |