samba-tool: Fix indentation
[obnox/samba/samba-obnox.git] / source4 / scripting / python / samba / netcmd / group.py
index 42c236bc95e831d09f93c65f45fc70eecd109247..3a5ef0136c0eab8cc4cd7ae7fd0565baba910560 100644 (file)
@@ -96,9 +96,9 @@ Example2 adds a new distribution group to the local server.  The command is run
             group_type=None, description=None, mail_address=None, notes=None):
 
         if (group_type or "Security") == "Security":
-              gtype = security_group.get(group_scope, GTYPE_SECURITY_GLOBAL_GROUP)
+            gtype = security_group.get(group_scope, GTYPE_SECURITY_GLOBAL_GROUP)
         else:
-              gtype = distribution_group.get(group_scope, GTYPE_DISTRIBUTION_GLOBAL_GROUP)
+            gtype = distribution_group.get(group_scope, GTYPE_DISTRIBUTION_GLOBAL_GROUP)
 
         lp = sambaopts.get_loadparm()
         creds = credopts.get_credentials(lp, fallback_machine=True)