mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 06:11:32 +02: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
@ -178,8 +178,8 @@ const char *get_check_status_description(short check_status) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Converts check_status code to short info */
|
/* 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;
|
const char *info;
|
||||||
|
|
||||||
if (check_status < HCHK_STATUS_SIZE)
|
if (check_status < HCHK_STATUS_SIZE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user