summaryrefslogtreecommitdiffstats
path: root/linux/Platform.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-07-14 19:11:18 +0200
committerBenBE <BenBE@geshi.org>2021-07-15 06:57:24 +0200
commite7f8d7bcc954e965143331ec3f2353c03959acc6 (patch)
tree428fadcc2993b16ccfed1d3b088a0966049a9e6c /linux/Platform.h
parent3bc73aa0881d581eadd75ce30e36ad086c7a21a3 (diff)
Split statements that should go onto multiple lines
Diffstat (limited to 'linux/Platform.h')
-rw-r--r--linux/Platform.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/Platform.h b/linux/Platform.h
index d44daa08..a1612e29 100644
--- a/linux/Platform.h
+++ b/linux/Platform.h
@@ -105,7 +105,9 @@ static inline void Platform_gettime_monotonic(uint64_t* msec) {
Generic_gettime_monotonic(msec);
}
-static inline Hashtable* Platform_dynamicMeters(void) { return NULL; }
+static inline Hashtable* Platform_dynamicMeters(void) {
+ return NULL;
+}
static inline void Platform_dynamicMeterInit(ATTR_UNUSED Meter* meter) { }

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