PEP8: fix E128: continuation line under-indented for visual indent
[amitay/samba.git] / source4 / torture / drs / python / link_conflicts.py
index c042858257a210a604fe81a577d76fde67ecf768..7c333ce5bc4ff56374670ccc7ff09ce571b709fd 100644 (file)
@@ -202,9 +202,9 @@ class DrsReplicaLinkConflictTestCase(drs_base.DrsBaseTestCase):
         self.sync_DCs(sync_order=sync_order)
 
         res1 = self.ldb_dc1.search(base="<GUID=%s>" % src_guid,
-                                  scope=SCOPE_BASE, attrs=["managedBy"])
+                                   scope=SCOPE_BASE, attrs=["managedBy"])
         res2 = self.ldb_dc2.search(base="<GUID=%s>" % src_guid,
-                                  scope=SCOPE_BASE, attrs=["managedBy"])
+                                   scope=SCOPE_BASE, attrs=["managedBy"])
 
         # check the object has only have one occurence of the single-valued
         # attribute and it matches on both DCs
@@ -249,9 +249,9 @@ class DrsReplicaLinkConflictTestCase(drs_base.DrsBaseTestCase):
         self.sync_DCs(sync_order=sync_order)
 
         res1 = self.ldb_dc1.search(base="<GUID=%s>" % src_guid,
-                                  scope=SCOPE_BASE, attrs=["managedBy"])
+                                   scope=SCOPE_BASE, attrs=["managedBy"])
         res2 = self.ldb_dc2.search(base="<GUID=%s>" % src_guid,
-                                  scope=SCOPE_BASE, attrs=["managedBy"])
+                                   scope=SCOPE_BASE, attrs=["managedBy"])
 
         # check the object has only have one occurence of the single-valued
         # attribute and it matches on both DCs
@@ -598,9 +598,9 @@ class DrsReplicaLinkConflictTestCase(drs_base.DrsBaseTestCase):
         self.sync_DCs(sync_order=sync_order)
 
         res1 = self.ldb_dc1.search(base="<GUID=%s>" % src_guid,
-                                  scope=SCOPE_BASE, attrs=["managedBy"])
+                                   scope=SCOPE_BASE, attrs=["managedBy"])
         res2 = self.ldb_dc2.search(base="<GUID=%s>" % src_guid,
-                                  scope=SCOPE_BASE, attrs=["managedBy"])
+                                   scope=SCOPE_BASE, attrs=["managedBy"])
 
         # Although the more up-to-date link value is deleted, this shouldn't
         # trump DC1's active link
@@ -653,9 +653,9 @@ class DrsReplicaLinkConflictTestCase(drs_base.DrsBaseTestCase):
         self.sync_DCs(sync_order=sync_order)
 
         res1 = self.ldb_dc1.search(base="<GUID=%s>" % src_guid,
-                                  scope=SCOPE_BASE, attrs=["managedBy"])
+                                   scope=SCOPE_BASE, attrs=["managedBy"])
         res2 = self.ldb_dc2.search(base="<GUID=%s>" % src_guid,
-                                  scope=SCOPE_BASE, attrs=["managedBy"])
+                                   scope=SCOPE_BASE, attrs=["managedBy"])
 
         # check the object has only have one occurence of the single-valued
         # attribute and it matches on both DCs
@@ -709,9 +709,9 @@ class DrsReplicaLinkConflictTestCase(drs_base.DrsBaseTestCase):
         self.sync_DCs(sync_order=sync_order)
 
         res1 = self.ldb_dc1.search(base="<GUID=%s>" % src_guid,
-                                  scope=SCOPE_BASE, attrs=["managedBy"])
+                                   scope=SCOPE_BASE, attrs=["managedBy"])
         res2 = self.ldb_dc2.search(base="<GUID=%s>" % src_guid,
-                                  scope=SCOPE_BASE, attrs=["managedBy"])
+                                   scope=SCOPE_BASE, attrs=["managedBy"])
 
         # check the object has only have one occurence of the single-valued
         # attribute and it matches on both DCs