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