1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 00:15:59 +01:00

Clean up indentation

This commit is contained in:
Mike Long
2012-05-25 08:05:49 +08:00
parent 72ec46f852
commit 039f3d93a1

View File

@@ -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)
}