From 43a353735f57133caa812d71251f6dcbeea855e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 8 Mar 2021 17:41:37 -0500 Subject: [PATCH] Clean-up: bytecode: harmonize storage-class specifier placement MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: I2dd85b25caa9e53d897dc773c1a250ee10a70baf --- src/common/bytecode/bytecode.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/bytecode/bytecode.c b/src/common/bytecode/bytecode.c index 6a5b171e1..28224e30f 100644 --- a/src/common/bytecode/bytecode.c +++ b/src/common/bytecode/bytecode.c @@ -13,7 +13,8 @@ #define INIT_ALLOC_SIZE 4 -static inline int get_count_order(unsigned int count) +static inline +int get_count_order(unsigned int count) { int order; -- 2.34.1