From: Jérémie Galarneau Date: Mon, 8 Mar 2021 22:41:37 +0000 (-0500) Subject: Clean-up: bytecode: harmonize storage-class specifier placement X-Git-Tag: v2.13.0-rc1~258 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=43a353735f57133caa812d71251f6dcbeea855e7 Clean-up: bytecode: harmonize storage-class specifier placement Signed-off-by: Jérémie Galarneau Change-Id: I2dd85b25caa9e53d897dc773c1a250ee10a70baf --- 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;