Merge branch 'convert-tabs-to-spaces' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal 2020-05-21 19:51:02 +05:30
commit fabfb30fc4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -52,12 +52,12 @@ extern monotonic_t monotonic_(void);
static inline monotonic_t
monotonic(void) {
return monotonic_() - monotonic_start_time;
return monotonic_() - monotonic_start_time;
}
static inline void
init_monotonic(void) {
monotonic_start_time = monotonic_();
monotonic_start_time = monotonic_();
}
#ifdef MONOTONIC_IMPLEMENTATION