mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
fix inconsistent indentation
This commit is contained in:
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():
|
||||
|
||||
Reference in New Issue
Block a user