PEP8: fix E128: continuation line under-indented for visual indent
[sfrench/samba-autobuild/.git] / python / samba / idmap.py
index a618347fa212638f2b96e6975bca600ec96cb685..26a3beb7d56999bac1dcd262cea49fdc1bdf83a9 100644 (file)
@@ -42,12 +42,12 @@ class IDmapDB(samba.Ldb):
             url = lp.private_path("idmap.ldb")
 
         super(IDmapDB, self).__init__(url=url, lp=lp, modules_dir=modules_dir,
-                session_info=session_info, credentials=credentials, flags=flags,
-                options=options)
+                                      session_info=session_info, credentials=credentials, flags=flags,
+                                      options=options)
 
     def connect(self, url=None, flags=0, options=None):
         super(IDmapDB, self).connect(url=self.lp.private_path(url), flags=flags,
-                options=options)
+                                     options=options)
 
     def increment_xid(self):
         """Increment xidNumber, if not present it create and assign it to the lowerBound