summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/smbconf.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-03-19 10:15:16 +0100
committerMichael Adam <obnox@samba.org>2008-03-21 02:25:55 +0100
commitfc730cac358e9077da6440a36da35c12d1486032 (patch)
tree4415cd66781b86c98824fe4c6e3dd3b42c21f228 /source3/lib/smbconf/smbconf.c
parent7621b4c3d80f411aac6e40ea5cce787cec108af5 (diff)
downloadsamba-fc730cac358e9077da6440a36da35c12d1486032.tar.gz
samba-fc730cac358e9077da6440a36da35c12d1486032.tar.bz2
samba-fc730cac358e9077da6440a36da35c12d1486032.zip
libsmbconf: fix indentation.
Michael (This used to be commit 7460697ea42764f5f658a4f7f70872a56aeb160d)
Diffstat (limited to 'source3/lib/smbconf/smbconf.c')
-rw-r--r--source3/lib/smbconf/smbconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/lib/smbconf/smbconf.c b/source3/lib/smbconf/smbconf.c
index 454056167e..549fdc5285 100644
--- a/source3/lib/smbconf/smbconf.c
+++ b/source3/lib/smbconf/smbconf.c
@@ -559,9 +559,9 @@ done:
* param_values : list of lists of parameter values for each share
*/
WERROR smbconf_get_config(TALLOC_CTX *mem_ctx,
- struct smbconf_ctx *ctx, uint32_t *num_shares,
- char ***share_names, uint32_t **num_params,
- char ****param_names, char ****param_values)
+ struct smbconf_ctx *ctx, uint32_t *num_shares,
+ char ***share_names, uint32_t **num_params,
+ char ****param_names, char ****param_values)
{
WERROR werr = WERR_OK;
TALLOC_CTX *tmp_ctx = NULL;