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 --- solaris/Platform.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'solaris') diff --git a/solaris/Platform.h b/solaris/Platform.h index b32d60af..db36e395 100644 --- a/solaris/Platform.h +++ b/solaris/Platform.h @@ -128,7 +128,9 @@ IGNORE_WCASTQUAL_BEGIN IGNORE_WCASTQUAL_END } -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