fn line_spacing(line: &str) -> (&str, usize, usize)
Removes the leading spaces and tabs from line and returns it, together with how many character positions were removed and how many spaces should be substituted.
line