Index: /trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py	(revision 84323)
+++ /trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py	(revision 84324)
@@ -190,5 +190,5 @@
                            if oRegExp.match(os.path.basename(s))
                            and os.path.exists(sTestBuildDir + '/' + s));
-                asFiles = sorted(asFiles, reverse = True, 
+                asFiles = sorted(asFiles, reverse = True,
                                  key = lambda s, sTstBuildDir = sTestBuildDir: os.path.getmtime(os.path.join(sTstBuildDir, s)));
                 if asFiles:
