mirror of
https://github.com/haproxy/haproxy.git
synced 2026-07-15 03:56:56 -04:00
CLEANUP: check: fix get_check_status_info declaration
we always put a \n between function name and `{`
Signed-off-by: William Dauchy <wdauchy@gmail.com>
This commit is contained in:
parent
eaab7325a7
commit
b26122b032
1 changed files with 2 additions and 2 deletions
|
|
@ -178,8 +178,8 @@ const char *get_check_status_description(short check_status) {
|
|||
}
|
||||
|
||||
/* Converts check_status code to short info */
|
||||
const char *get_check_status_info(short check_status) {
|
||||
|
||||
const char *get_check_status_info(short check_status)
|
||||
{
|
||||
const char *info;
|
||||
|
||||
if (check_status < HCHK_STATUS_SIZE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue