Lint/format .inc files.

This commit is contained in:
gibbed
2021-06-28 19:36:43 -05:00
committed by Rick Gibbed
parent 8daef93207
commit 997d0555db
9 changed files with 14 additions and 17 deletions

View File

@@ -1324,7 +1324,7 @@ def find_xenia_source_files():
return [os.path.join(root, name)
for root, dirs, files in os.walk('src')
for name in files
if name.endswith(('.cc', '.c', '.h', '.inl'))]
if name.endswith(('.cc', '.c', '.h', '.inl', '.inc'))]
def find_all_source_files():