PEP8: fix E127: continuation line over-indented for visual indent
[samba.git] / python / samba / netcmd / sites.py
index b86d7c0e16755952e877d6d47313366aae1edcc9..423a0593f3bbff148fef858ed04a2a55bb220d86 100644 (file)
@@ -210,7 +210,7 @@ class cmd_sites_subnet_set_site(Command):
                                (subnetname, site_of_subnet, e))
 
         print(("Subnet %s shifted to site %s" %
-                             (subnetname, site_of_subnet)), file=self.outf)
+               (subnetname, site_of_subnet)), file=self.outf)
 
 
 class cmd_sites_subnet(SuperCommand):