Major code revision
[snf-image-creator] / image_creator / os_type / freebsd.py
index 9a09f28..bd248b8 100644 (file)
@@ -1,6 +1,7 @@
 from image_creator.os_type.unix import Unix
 
 from image_creator.os_type.unix import Unix
 
+
 class Freebsd(Unix):
 class Freebsd(Unix):
-       pass
+    pass
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :
 
 # vim: set sta sts=4 shiftwidth=4 sw=4 et ai :