Index: /trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py	(revision 84615)
+++ /trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py	(revision 84616)
@@ -585,5 +585,5 @@
         It helps the terminateBySession to stop the VM without aborting.
         """
-        
+
         if oGuestSession is None:
             return False;
@@ -600,5 +600,5 @@
         Install guest additions in the guest.
         """
-        
+
         fRc = False;
         # Install Kernel headers, which are required for actually installing the Linux Additions.
@@ -762,5 +762,5 @@
         all calls will be perfomed using 'sudo -u sUser'
         """
-        
+
         _ = oSession;
 
@@ -889,5 +889,5 @@
         It helps the terminateBySession to stop the VM without aborting.
         """
-        
+
         if oGuestSession is None:
             return False;
@@ -964,9 +964,9 @@
                     asLogFiles.append(sGuestAddsDir + 'install_drivers.log');
                     asLogFiles.append('C:/Windows/setupapi.log');
-    
+
                     # Note: setupapi.dev.log only is available since Windows 2000.
                     if fHaveSetupApiDevLog:
                         asLogFiles.append('C:/Windows/setupapi.dev.log');
-    
+
                     #
                     # Download log files.
@@ -1065,5 +1065,5 @@
 
         _ = oGuestSession;
-        
+
         fRc, oGuestSession = self.createSession(oSession, 'Session for user: %s' % (sUser,),
                                                 sUser, 'password', 10 * 1000, True);
