Macro indent

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