diff --git libcloud/compute/deployment.py libcloud/compute/deployment.py
index 53bfddb..0b67d5d 100644
--- libcloud/compute/deployment.py
+++ libcloud/compute/deployment.py
@@ -91,7 +91,7 @@ class FileDeployment(Deployment):
         @keyword source: Local path of file to be installed
 
         @type target: C{str}
-        @keyword target: Path to install file on node 
+        @keyword target: Path to install file on node
         """
         self.source = source
         self.target = target
diff --git libcloud/compute/drivers/ibm_sce.py libcloud/compute/drivers/ibm_sce.py
index 35a41e3..b187c9d 100644
--- libcloud/compute/drivers/ibm_sce.py
+++ libcloud/compute/drivers/ibm_sce.py
@@ -142,6 +142,7 @@ class Address(object):
         return ('<Address: id=%s, ip=%s, state=%s, options=%s>' %
                 (self.id, self.ip, self.state, self.options))
 
+
 class IBMNodeDriver(NodeDriver):
     """
     Node driver for IBM SmartCloud Enterprise
