Searched refs:compact_newlines_regex (Results 1 – 1 of 1) sorted by relevance
310 compact_newlines_regex = re.compile(r"\n\s*\n", re.MULTILINE) variable314 return compact_newlines_regex.sub('\n\n', shader_text.strip())