Lines Matching refs:spaces
597 new lines and tabs (e.g., we do not treat tabs as spaces).
633 # spaces If callee wanted tabs to be single space then we do that
644 # spaces, the tabs and the next non white space (e.g. next word).
653 # Spaces found on the line are ignored, they get added while wrapping as
655 for spaces, current_tabs, word in line_regex.findall(text_line.rstrip()):
656 # If tabs weren't converted to spaces, handle them now