Macro tree_indent

Source
macro_rules! tree_indent {
    ($dst:expr) => { ... };
}