Clean-up: bytecode: harmonize storage-class specifier placement
[lttng-tools.git] / src / common / bytecode / bytecode.c
index fb8985a00dd2704a293427543173ebff980e85fa..28224e30f141463978de1dfe3a12438f6a0c61b5 100644 (file)
@@ -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;
 
@@ -38,7 +39,7 @@ int bytecode_init(struct lttng_bytecode_alloc **fb)
        }
 }
 
-LTTNG_HIDDEN
+static
 int32_t bytecode_reserve(struct lttng_bytecode_alloc **fb, uint32_t align, uint32_t len)
 {
        int32_t ret;
This page took 0.02586 seconds and 4 git commands to generate.