summaryrefslogtreecommitdiffstats
path: root/unsupported/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Platform.h')
-rw-r--r--unsupported/Platform.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/unsupported/Platform.h b/unsupported/Platform.h
index f628230f..c2d2f60d 100644
--- a/unsupported/Platform.h
+++ b/unsupported/Platform.h
@@ -78,7 +78,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) { }