From 18c92dc1c591b3a745b979a14030df199124fbb3 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 29 Sep 2013 18:50:02 +0300 Subject: [PATCH] Indent fix. --- run_tests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run_tests.py b/run_tests.py index 0ddb38615..ed75c5285 100755 --- a/run_tests.py +++ b/run_tests.py @@ -46,9 +46,9 @@ def platform_fix_filename(fname): def validate_install(srcdir, installdir): if platform.system() == 'Windows': - # Don't really know how Windows installs should work - # so skip. - return + # Don't really know how Windows installs should work + # so skip. + return info_file = os.path.join(srcdir, 'installed_files.txt') expected = {} found = {}