From 458749df45a24abec1f9a820e4172a08ccfba3b1 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Wed, 14 Jul 2021 19:15:09 +0200 Subject: Code indentation --- dragonflybsd/Platform.c | 10 +++++----- dragonflybsd/Platform.h | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'dragonflybsd') diff --git a/dragonflybsd/Platform.c b/dragonflybsd/Platform.c index 8a3a61b0..39983f08 100644 --- a/dragonflybsd/Platform.c +++ b/dragonflybsd/Platform.c @@ -219,14 +219,14 @@ char* Platform_getProcessEnv(pid_t pid) { } char* Platform_getInodeFilename(pid_t pid, ino_t inode) { - (void)pid; - (void)inode; - return NULL; + (void)pid; + (void)inode; + return NULL; } FileLocks_ProcessData* Platform_getProcessLocks(pid_t pid) { - (void)pid; - return NULL; + (void)pid; + return NULL; } bool Platform_getDiskIO(DiskIOData* data) { diff --git a/dragonflybsd/Platform.h b/dragonflybsd/Platform.h index 73b1c08b..346e299b 100644 --- a/dragonflybsd/Platform.h +++ b/dragonflybsd/Platform.h @@ -82,11 +82,11 @@ static inline bool Platform_getLongOption(ATTR_UNUSED int opt, ATTR_UNUSED int a } 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