diff options
Diffstat (limited to 'src/os/time.h')
-rw-r--r-- | src/os/time.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/os/time.h b/src/os/time.h index 1511977a3e..3d35e422e3 100644 --- a/src/os/time.h +++ b/src/os/time.h @@ -7,5 +7,4 @@ void time_init(void); void os_delay(uint64_t ms, bool ignoreinput); -#endif - +#endif // NEOVIM_OS_TIME_H |