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
This commit is contained in:
Christophe Jaillet
2015-08-31 19:56:47 +00:00
parent b7cfaea90a
commit 0a16ce1aa5

View File

@ -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)