Clean-up: bytecode: harmonize storage-class specifier placement
[lttng-tools.git] / src / common / bytecode / bytecode.c
index 6a5b171e149ed38692f675c53fd45982f1189bab..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;
 
This page took 0.0233 seconds and 4 git commands to generate.