From b32f05f7c757df2e6b2f5531aeb7438c102f9984 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 02:04:29 -0400 Subject: Use "static inline" consistently over "inline static" --- src/gui/Port.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/Port.cpp') diff --git a/src/gui/Port.cpp b/src/gui/Port.cpp index 84fbd165..89b86184 100644 --- a/src/gui/Port.cpp +++ b/src/gui/Port.cpp @@ -377,7 +377,7 @@ Port::on_event(GdkEvent* ev) return false; } -inline static uint32_t +static inline uint32_t peak_color(float peak) { static const uint32_t min = 0x4A8A0EC0; -- cgit v1.2.1