Searched refs:ws_re (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Tools/scripts/ | ||
H A D | patchcheck.py | 195 ws_re = re.compile(br'\s+(\r?\n)$') variable 205 new_lines = [ws_re.sub(br'\1', line) for line in lines] |
Completed in 1 milliseconds