net_conf: reformat - re-indent one function call.
authorMichael Adam <obnox@samba.org>
Wed, 26 Mar 2008 13:46:43 +0000 (14:46 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 26 Mar 2008 13:55:06 +0000 (14:55 +0100)
Michael
(This used to be commit 9ef9d4c4e77523d7f3cc5fdac199559896e585bd)

source3/utils/net_conf.c

index 70827abfe18f2157252ab49bcc24870969b009dc..630d01d0a08393801a9ea6dcdd375f75a5d262ca 100644 (file)
@@ -272,8 +272,11 @@ static int net_conf_import(struct smbconf_ctx *conf_ctx,
                uint32_t num_shares, *num_params, sidx;
 
                werr = smbconf_get_config(txt_ctx, mem_ctx,
-                               &num_shares, &share_names,
-                               &num_params, &param_names, &param_values);
+                                         &num_shares,
+                                         &share_names,
+                                         &num_params,
+                                         &param_names,
+                                         &param_values);
                if (!W_ERROR_IS_OK(werr)) {
                        goto done;
                }