Index: /trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py	(revision 83637)
+++ /trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py	(revision 83638)
@@ -1619,5 +1619,5 @@
         self.oDebug.sVBoxServiceLogPath = os.path.join(self.getGuestTempDir(oTestVm), "VBoxService");
         if oTxsSession.syncMkDirPath(self.oDebug.sVBoxServiceLogPath, 0o777) is not True:
-                return reporter.error('Failed to create directory "%s"!' % (self.oDebug.sVBoxServiceLogPath,));
+            return reporter.error('Failed to create directory "%s"!' % (self.oDebug.sVBoxServiceLogPath,));
         sPathLogFile = os.path.join(self.oDebug.sVBoxServiceLogPath, 'VBoxService.log');
 
@@ -1629,8 +1629,8 @@
             sImagePath          = '%s -vvvv --only-control --logfile %s' % (sPathVBoxServiceExe, sPathLogFile);
             self.oTstDrv.txsRunTest(oTxsSession, 'Enabling VBoxService verbose logging (via registry)', 30 * 1000,
-                                         sPathRegExe,
-                                         (sPathRegExe, 'add',
-                                         '"HKLM\\SYSTEM\\CurrentControlSet\\Services\\VBoxService"',
-                                         '/v', 'ImagePath', '/t', 'REG_SZ', '/d', sImagePath, '/f'));
+                                    sPathRegExe,
+                                    (sPathRegExe, 'add',
+                                    '"HKLM\\SYSTEM\\CurrentControlSet\\Services\\VBoxService"',
+                                    '/v', 'ImagePath', '/t', 'REG_SZ', '/d', sImagePath, '/f'));
 
             self.vboxServiceControl(oTxsSession, oTestVm, fStart = False);
