aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-09-29 18:50:02 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-09-29 18:50:02 +0300
commit18c92dc1c591b3a745b979a14030df199124fbb3 (patch)
tree31e04d766568c3d40ffb9b30fc41f1fd20c45d38
parent72577a3ee3967ef36bd6f6159efa33c0929a1ce4 (diff)
downloadmeson-18c92dc1c591b3a745b979a14030df199124fbb3.zip
meson-18c92dc1c591b3a745b979a14030df199124fbb3.tar.gz
meson-18c92dc1c591b3a745b979a14030df199124fbb3.tar.bz2
Indent fix.
-rwxr-xr-xrun_tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/run_tests.py b/run_tests.py
index 0ddb386..ed75c52 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 = {}