fn line_spacing(line: String) -> (String, 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