PEP8: fix E241: multiple spaces after ','
[bbaumbach/samba-autobuild/.git] / python / samba / provision / __init__.py
index 5af894d47911e5108f9d276cf9c39fed4cfba9e5..7012445b385168d176be8dafa2fec0bafce79f50 100644 (file)
@@ -756,7 +756,7 @@ def make_smbconf(smbconf, hostname, domain, realm, targetdir,
         global_settings["binddns dir"] = os.path.abspath(os.path.join(targetdir, "bind-dns"))
 
         lp.set("lock dir", os.path.abspath(targetdir))
-        lp.set("state directory",  global_settings["state directory"])
+        lp.set("state directory", global_settings["state directory"])
         lp.set("cache directory", global_settings["cache directory"])
         lp.set("binddns dir", global_settings["binddns dir"])