From: Michael Adam Date: Wed, 26 Mar 2008 09:55:26 +0000 (+0100) Subject: smbconf: reformat - fix intentation. X-Git-Tag: samba-3.3.0pre1~3114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d72fc4373adff01cf6e0e18f78082d1eab90064;p=thirdparty%2Fsamba.git smbconf: reformat - fix intentation. This time this won't make me stumble, since there is no magic in indented function headers here - no automatic prototype generation... :-) Michael --- diff --git a/source/lib/smbconf/smbconf.c b/source/lib/smbconf/smbconf.c index 756b9ec3cac..4315dd990ef 100644 --- a/source/lib/smbconf/smbconf.c +++ b/source/lib/smbconf/smbconf.c @@ -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;