diff options
| author | Christophe Jaillet <jailletc36@apache.org> | 2015-08-31 19:56:47 +0000 |
|---|---|---|
| committer | Christophe Jaillet <jailletc36@apache.org> | 2015-08-31 19:56:47 +0000 |
| commit | 0a16ce1aa5a2e7e47dbb8b0681ee2bb1b0b6d7ea (patch) | |
| tree | 4f347e936a925848f4508b4b3ff2900da3476472 /support/passwd_common.c | |
| parent | b7cfaea90ad402b21cae44d16d8ec9c374a3d194 (diff) | |
| download | httpd-0a16ce1aa5a2e7e47dbb8b0681ee2bb1b0b6d7ea.tar.gz | |
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
Diffstat (limited to 'support/passwd_common.c')
| -rw-r--r-- | support/passwd_common.c | 6 |
1 files 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) |
