summaryrefslogtreecommitdiffstats
path: root/unsupported
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-07-14 19:15:09 +0200
committerBenBE <BenBE@geshi.org>2021-07-15 06:57:24 +0200
commit458749df45a24abec1f9a820e4172a08ccfba3b1 (patch)
treede48ef3f0c15e6f748e99868f1f8c4d340a0296c /unsupported
parente7f8d7bcc954e965143331ec3f2353c03959acc6 (diff)
Code indentation
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Platform.c12
-rw-r--r--unsupported/Platform.h4
2 files changed, 8 insertions, 8 deletions
diff --git a/unsupported/Platform.c b/unsupported/Platform.c
index fb97fad5..d8da9453 100644
--- a/unsupported/Platform.c
+++ b/unsupported/Platform.c
@@ -124,14 +124,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) {
@@ -154,5 +154,5 @@ void Platform_getHostname(char* buffer, size_t size) {
}
void Platform_getRelease(char** string) {
- *string = xStrdup(Platform_unsupported);
+ *string = xStrdup(Platform_unsupported);
}
diff --git a/unsupported/Platform.h b/unsupported/Platform.h
index c2d2f60d..af66bf99 100644
--- a/unsupported/Platform.h
+++ b/unsupported/Platform.h
@@ -71,11 +71,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) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy