Index: /trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py	(revision 79602)
+++ /trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py	(revision 79603)
@@ -461,5 +461,6 @@
         elif oDiskCfg.getTargetOs() == 'linux':
             oStorOs = StorageConfigOsLinux(); # pylint: disable=redefined-variable-type
-        elif not oDiskCfg.isCfgStaticDir(): # For unknown hosts we only allow a static testing directory we don't care about setting up.
+        elif not oDiskCfg.isCfgStaticDir():
+             # For unknown hosts only allow a static testing directory we don't care about setting up
             fRc = False;
 
@@ -473,6 +474,6 @@
                     self.lstDisks.append(StorageDisk(sDisk));
             elif oDiskCfg.isCfgStaticDir():
-            	if not os.path.exists(oDiskCfg.getDisks()):
-            		self.oExec.mkDir(oDiskCfg.getDisks(), 0o700);
+                if not os.path.exists(oDiskCfg.getDisks()):
+                    self.oExec.mkDir(oDiskCfg.getDisks(), 0o700);
 
     def __del__(self):
