r10800: Indent
authorAndrew Bartlett <abartlet@samba.org>
Fri, 7 Oct 2005 04:00:11 +0000 (04:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:39:30 +0000 (13:39 -0500)
(This used to be commit 057cede8b44e1b53f5d94a7270e9b6a90d50de4c)

source4/torture/rpc/testjoin.c

index 68d3f07844a132f8ffb2a06e24a0399f2d26ba7a..57d56e1ce88f81efb3a7f1e36d93b3e9474ba8a4 100644 (file)
@@ -390,10 +390,10 @@ struct test_join *torture_join_domain(const char *machine_name,
        cli_credentials_set_password(*machine_credentials, libnet_r->out.join_password, CRED_SPECIFIED);
        if (acct_flags & ACB_SVRTRUST) {
                cli_credentials_set_secure_channel_type(*machine_credentials,
-                                               SEC_CHAN_BDC);
+                                                       SEC_CHAN_BDC);
        } else if (acct_flags & ACB_WSTRUST) {
                cli_credentials_set_secure_channel_type(*machine_credentials,
-                                               SEC_CHAN_WKSTA);
+                                                       SEC_CHAN_WKSTA);
        } else {
                DEBUG(0, ("Invalid account type specificed to torture_join_domain\n"));
                talloc_free(*machine_credentials);