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