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 --- openbsd/Platform.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openbsd') 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) { } -- cgit v1.2.3