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>
diff --git a/src/check.c b/src/check.c
index d37a552..d17f747 100644
--- a/src/check.c
+++ b/src/check.c
@@ -178,8 +178,8 @@
 }
 
 /* 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)