Searched refs:whitespace_to_remove (Results 1 – 1 of 1) sorted by relevance
803 size_t whitespace_to_remove = minimum_indentation; in strip_indent() local830 if (whitespace_to_remove > 0) in strip_indent()872 whitespace_to_remove = minimum_indentation; in strip_indent()877 if (whitespace_to_remove > 0 in strip_indent()878 && --whitespace_to_remove == 0) in strip_indent()897 if (whitespace_to_remove > 0) in strip_indent()917 if (whitespace_to_remove > 0) in strip_indent()956 whitespace_to_remove = minimum_indentation; in strip_indent()963 if (whitespace_to_remove > 0 in strip_indent()964 && --whitespace_to_remove == 0) in strip_indent()[all …]