summaryrefslogtreecommitdiffstats
path: root/openbsd
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 /openbsd
parent3bc73aa0881d581eadd75ce30e36ad086c7a21a3 (diff)
Split statements that should go onto multiple lines
Diffstat (limited to 'openbsd')
-rw-r--r--openbsd/Platform.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsd/Platform.h b/openbsd/Platform.h
index 1c5e01c9..01574adb 100644
--- a/openbsd/Platform.h
+++ b/openbsd/Platform.h
@@ -87,7 +87,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