Home
last modified time | relevance | path

Searched refs:_check_trailing_space (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dformat_code.py183 def _check_trailing_space(paths: Iterable[Path], fix: bool) -> Dict[Path, str]: function
203 return _check_trailing_space(files, fix=False)
207 _check_trailing_space(files, fix=True)