PEP8: fix E127: continuation line over-indented for visual indent
[nivanova/samba-autobuild/.git] / python / samba / remove_dc.py
index d814a8e8eddaf8225e968290b2989d4d49a7f5c4..4a7737b4ec65fef8e26a6216ff2556491cb04d1b 100644 (file)
@@ -49,7 +49,7 @@ def remove_sysvol_references(samdb, logger, dc_name):
                                   % (dn, samdb.get_config_basedn()))
         if dn.add_child("CN=X") == False:
             raise DemoteException("Failed constructing DN %s by adding child CN=X"\
-                                      % (dn))
+                                  % (dn))
         dn.set_component(0, "CN", dc_name)
         try:
             logger.info("Removing Sysvol reference: %s" % dn)