Home
last modified time | relevance | path

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

/external/google-styleguide/cpplint/
Dcpplint.py457 _EMPTY_CONDITIONAL_BODY_PATTERN = re.compile(r'^\s*$', re.DOTALL) variable
4080 if not _EMPTY_CONDITIONAL_BODY_PATTERN.search(body):