X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fbytecode%2Fbytecode.c;h=28224e30f141463978de1dfe3a12438f6a0c61b5;hp=6a5b171e149ed38692f675c53fd45982f1189bab;hb=43a353735f57133caa812d71251f6dcbeea855e7;hpb=d0cede2590e42c3be77e9434e3de36d86eed07dd 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;