From c7cb021e929d95b7760c46f49c1435913c1b6501 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 20 May 2020 21:58:34 +0200 Subject: [PATCH] Convert two tabs to spaces The rest of the file is also indented with spaces. --- kitty/monotonic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitty/monotonic.h b/kitty/monotonic.h index 1ecde1934..db6a4254b 100644 --- a/kitty/monotonic.h +++ b/kitty/monotonic.h @@ -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