Browse Source

Use tabs instead of spaces.

pull/863/head
Daniel Grunwald 9 years ago
parent
commit
c2ac9c374c
  1. 2
      BuildTools/tidy.py

2
BuildTools/tidy.py

@ -13,7 +13,7 @@ def main(): @@ -13,7 +13,7 @@ def main():
root_dir = os.path.normpath(os.path.join(os.path.dirname(__file__), '..'))
dirs_to_check = (
os.path.join(root_dir, subdir)
for subdir in ('ICSharpCode.Decompiler', 'ILSpy', 'ILSpy.BamlDecompiler'))
for subdir in ('ICSharpCode.Decompiler', 'ICSharpCode.Decompiler.Tests', 'ILSpy', 'ILSpy.BamlDecompiler'))
ok = True
for dir in dirs_to_check:
for root, dirs, files in os.walk(dir):

Loading…
Cancel
Save