X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fbytecode%2Fbytecode.c;h=34dcbb9221dddc1f5f658fa17422d3ba1da8ed1f;hb=395004a13b038fde13364a662d735d16937ea2d1;hp=6a5b171e149ed38692f675c53fd45982f1189bab;hpb=d0cede2590e42c3be77e9434e3de36d86eed07dd;p=lttng-tools.git diff --git a/src/common/bytecode/bytecode.c b/src/common/bytecode/bytecode.c index 6a5b171e1..34dcbb922 100644 --- a/src/common/bytecode/bytecode.c +++ b/src/common/bytecode/bytecode.c @@ -1,7 +1,7 @@ /* * Copyright 2020 EfficiOS, Inc. * - * SPDX-License-Identifier: GPL-2.0-only + * SPDX-License-Identifier: LGPL-2.1-only * */ @@ -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;