mirror of
https://github.com/meekrosoft/fff
synced 2026-01-23 00:15:59 +01:00
Clean up indentation
This commit is contained in:
@@ -165,7 +165,9 @@ def output_macro(arg_count, is_value_function)
|
||||
extern_c {
|
||||
putd "FUNCNAME##_Fake FUNCNAME##_fake;\\"
|
||||
putd function_signature(arg_count, is_value_function) + "{ \\"
|
||||
pushd
|
||||
output_function_body(arg_count, is_value_function)
|
||||
popd
|
||||
putd "} \\"
|
||||
output_reset_function(arg_count, is_value_function)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user