]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbconf: reformat - fix intentation.
authorMichael Adam <obnox@samba.org>
Wed, 26 Mar 2008 09:55:26 +0000 (10:55 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 26 Mar 2008 10:15:04 +0000 (11:15 +0100)
This time this won't make me stumble, since there is no
magic in indented function headers here - no automatic
prototype generation... :-)

Michael

source/lib/smbconf/smbconf.c

index 756b9ec3caca2d2c1e475644718dfef3bea8d2af..4315dd990efdd7ff65eea80153b1013899ec6cab 100644 (file)
@@ -51,10 +51,10 @@ static WERROR smbconf_global_check(struct smbconf_ctx *ctx)
 /**
  * add a string to a talloced array of strings.
  */
- WERROR smbconf_add_string_to_array(TALLOC_CTX *mem_ctx,
-                                   char ***array,
-                                   uint32_t count,
-                                   const char *string)
+WERROR smbconf_add_string_to_array(TALLOC_CTX *mem_ctx,
+                                  char ***array,
+                                  uint32_t count,
+                                  const char *string)
 {
        char **new_array = NULL;