PEP8: fix E122: continuation line missing indentation or outdented
[samba.git] / python / samba / provision / backend.py
index af829873539c5ebf376f457f83b6542e6c09e17e..ea73f964b76d372ab1a3fa7451861b2a082243ae 100644 (file)
@@ -339,7 +339,7 @@ class OpenLDAPBackend(LDAPBackend):
 
         self.schema = Schema(self.domainsid,
                              schemadn=self.names.schemadn, files=[
-                setup_path("schema_samba4.ldif")])
+                                 setup_path("schema_samba4.ldif")])
 
     def setup_db_dir(self, dbdir):
         """Create a database directory.