From e7f8d7bcc954e965143331ec3f2353c03959acc6 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Wed, 14 Jul 2021 19:11:18 +0200 Subject: Split statements that should go onto multiple lines --- dragonflybsd/Platform.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dragonflybsd') 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) { } -- cgit v1.2.3