fix inconsistent indentation

This commit is contained in:
Charles Kerr 2017-12-19 16:23:27 -06:00
parent 8373e1bf41
commit 2f88e69ed4

2
script/cpplint.py vendored
View file

@ -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():