From: Michael Adam Date: Wed, 26 Mar 2008 13:46:43 +0000 (+0100) Subject: net_conf: reformat - re-indent one function call. X-Git-Tag: samba-3.3.0pre1~3100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ef9d4c4e77523d7f3cc5fdac199559896e585bd;p=thirdparty%2Fsamba.git net_conf: reformat - re-indent one function call. Michael --- diff --git a/source/utils/net_conf.c b/source/utils/net_conf.c index 70827abfe18..630d01d0a08 100644 --- a/source/utils/net_conf.c +++ b/source/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; }