From: Christophe Jaillet Date: Mon, 31 Aug 2015 19:56:47 +0000 (+0000) Subject: Silence a sparse warning about inconsistent indenting X-Git-Tag: 2.5.0-alpha~2893 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a16ce1aa5a2e7e47dbb8b0681ee2bb1b0b6d7ea;p=apache Silence a sparse warning about inconsistent indenting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1700322 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/passwd_common.c b/support/passwd_common.c index 343fa79064..113236c399 100644 --- a/support/passwd_common.c +++ b/support/passwd_common.c @@ -99,9 +99,9 @@ static int generate_salt(char *s, size_t size, const char **errstr, size--; val >>= 6; bits -= 6; - } - *s = '\0'; - return 0; + } + *s = '\0'; + return 0; } void putline(apr_file_t *f, const char *l)