Index: /trunk/src/VBox/ValidationKit/tests/storage/tdStorageSnapshotMerging1.py
===================================================================
--- /trunk/src/VBox/ValidationKit/tests/storage/tdStorageSnapshotMerging1.py	(revision 75378)
+++ /trunk/src/VBox/ValidationKit/tests/storage/tdStorageSnapshotMerging1.py	(revision 75379)
@@ -30,4 +30,5 @@
 __version__ = "$Revision$"
 
+
 # Standard Python imports.
 import os;
@@ -47,4 +48,5 @@
 from testdriver import vboxcon;
 from testdriver import vboxwrappers;
+
 
 def _ControllerTypeToName(eControllerType):
@@ -62,4 +64,5 @@
     return sType;
 
+
 def crc32_of_file(filepath):
     fileobj = open(filepath,'rb');
@@ -74,4 +77,5 @@
     fileobj.close();
     return current % 2**32;
+
 
 class tdStorageSnapshot(vbox.TestDriver):                                      # pylint: disable=R0902
