summaryrefslogtreecommitdiffstats
path: root/bin/scons-diff.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/scons-diff.py')
-rw-r--r--bin/scons-diff.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/scons-diff.py b/bin/scons-diff.py
index 6cfe25a..7c60308 100644
--- a/bin/scons-diff.py
+++ b/bin/scons-diff.py
@@ -187,3 +187,9 @@ def diff_dir(left, right):
print 'Only in %s: %s' % (right, x)
do_diff(left, right, True)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: