cleanup ia32 code (use private linkage where necessary, no need for a custom unique_id)
[libfirm] / ir / be / becopyilp1.c
index 9386836..86edd93 100644 (file)
@@ -46,7 +46,8 @@ int co_solve_ilp1(copy_opt_t *co, double time_limit)
 
 #else /* WITH_ILP */
 
-static inline void only_that_you_can_compile_without_WITH_ILP_defined(void) {
+static inline void only_that_you_can_compile_without_WITH_ILP_defined(void)
+{
 }
 
 #endif /* WITH_ILP */