From 0bdcc557ee4d52d266b7ec6dee5d2381c0601ce1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 26 Mar 2008 14:46:43 +0100 Subject: net_conf: reformat - re-indent one function call. Michael (This used to be commit 9ef9d4c4e77523d7f3cc5fdac199559896e585bd) --- source3/utils/net_conf.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'source3/utils/net_conf.c') diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c index 70827abfe1..630d01d0a0 100644 --- a/source3/utils/net_conf.c +++ b/source3/utils/net_conf.c @@ -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, ¶m_names, ¶m_values); + &num_shares, + &share_names, + &num_params, + ¶m_names, + ¶m_values); if (!W_ERROR_IS_OK(werr)) { goto done; } -- cgit