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 --- darwin/Platform.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'darwin') diff --git a/darwin/Platform.h b/darwin/Platform.h index c0743f1c..8fe8a2ce 100644 --- a/darwin/Platform.h +++ b/darwin/Platform.h @@ -92,7 +92,9 @@ static inline void Platform_gettime_realtime(struct timeval* tv, uint64_t* msec) void Platform_gettime_monotonic(uint64_t* 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