]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmbconf: fix indentation.
authorMichael Adam <obnox@samba.org>
Wed, 19 Mar 2008 09:15:16 +0000 (10:15 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 21 Mar 2008 01:25:55 +0000 (02:25 +0100)
Michael

source/lib/smbconf/smbconf.c

index 454056167e4a0f748162bf0b831a37b52b254b4d..549fdc5285fa8331b7d9adb6b3b877feb14ec24f 100644 (file)
@@ -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;