fix inconsistent indentation
This commit is contained in:
parent
8373e1bf41
commit
2f88e69ed4
1 changed files with 1 additions and 1 deletions
2
script/cpplint.py
vendored
2
script/cpplint.py
vendored
|
@ -89,7 +89,7 @@ def find_files(roots, test):
|
|||
|
||||
|
||||
def is_cpp_file(filename):
|
||||
return filename.endswith('.cc') or filename.endswith('.h')
|
||||
return filename.endswith('.cc') or filename.endswith('.h')
|
||||
|
||||
|
||||
def find_changed_files():
|
||||
|
|
Loading…
Reference in a new issue