Relicence all source and header files included in LGPL code
[lttng-tools.git] / src / common / bytecode / bytecode.c
index 6a5b171e149ed38692f675c53fd45982f1189bab..34dcbb9221dddc1f5f658fa17422d3ba1da8ed1f 100644 (file)
@@ -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;
 
This page took 0.023381 seconds and 4 git commands to generate.