PEP8: add spaces after operators
[nivanova/samba-autobuild/.git] / python / samba / xattr.py
index 8516ba99caef45e47163c8665aa0ba79e1ed5905..47126906f88787add238fcfd8a3530469a987038 100644 (file)
@@ -27,10 +27,10 @@ def copyattrs(frompath, topath):
         # Get the xattr attributes if any
         try:
             attribute = samba.xattr_native.wrap_getxattr(frompath,
-                                         xattr.XATTR_NTACL_NAME)
+                                                         xattr.XATTR_NTACL_NAME)
             samba.xattr_native.wrap_setxattr(topath,
-                                         xattr.XATTR_NTACL_NAME,
-                                         attribute)
+                                             xattr.XATTR_NTACL_NAME,
+                                             attribute)
         except Exception:
             pass
             # FIXME:Catch a specific exception