Convert two tabs to spaces

The rest of the file is also indented with spaces.
This commit is contained in:
Luflosi 2020-05-20 21:58:34 +02:00
parent be05d9c3e9
commit c7cb021e92
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

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