mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user