Macro indent_objdump

Source
macro_rules! indent_objdump {
    ($indentation:literal, $obj:expr) => { ... };
    ($obj:expr) => { ... };
}