more formatting

This commit is contained in:
Nick Lewycky
2020-06-18 16:50:56 -07:00
parent 914da3266b
commit c0b2f968e2

View File

@@ -97,7 +97,7 @@ impl FuncTrampoline {
let CompiledFunction { let CompiledFunction {
compiled_function, compiled_function,
custom_sections, custom_sections,
eh_frame_section_indices eh_frame_section_indices,
} = load_object_file( } = load_object_file(
mem_buf_slice, mem_buf_slice,
FUNCTION_SECTION, FUNCTION_SECTION,
@@ -199,7 +199,7 @@ impl FuncTrampoline {
let CompiledFunction { let CompiledFunction {
compiled_function, compiled_function,
custom_sections, custom_sections,
eh_frame_section_indices eh_frame_section_indices,
} = load_object_file( } = load_object_file(
mem_buf_slice, mem_buf_slice,
FUNCTION_SECTION, FUNCTION_SECTION,