From 458749df45a24abec1f9a820e4172a08ccfba3b1 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Wed, 14 Jul 2021 19:15:09 +0200 Subject: Code indentation --- linux/Platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/Platform.h') diff --git a/linux/Platform.h b/linux/Platform.h index a1612e29..794d7921 100644 --- a/linux/Platform.h +++ b/linux/Platform.h @@ -98,11 +98,11 @@ void Platform_longOptionsUsage(const char* name); bool Platform_getLongOption(int opt, int argc, char** argv); static inline void Platform_gettime_realtime(struct timeval* tv, uint64_t* msec) { - Generic_gettime_realtime(tv, msec); + Generic_gettime_realtime(tv, msec); } static inline void Platform_gettime_monotonic(uint64_t* msec) { - Generic_gettime_monotonic(msec); + Generic_gettime_monotonic(msec); } static inline Hashtable* Platform_dynamicMeters(void) { -- cgit v1.2.3