Clean-up: bytecode: harmonize storage-class specifier placement
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 8 Mar 2021 22:41:37 +0000 (17:41 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 9 Mar 2021 04:51:11 +0000 (23:51 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I2dd85b25caa9e53d897dc773c1a250ee10a70baf

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.02711 seconds and 5 git commands to generate.