From 0a16ce1aa5a2e7e47dbb8b0681ee2bb1b0b6d7ea Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Mon, 31 Aug 2015 19:56:47 +0000 Subject: [PATCH] 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 --- support/passwd_common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.50.0