Explorar el Código

plugins/check_http: def. function conform style

Koen Wilde hace 11 años
padre
commit
015d5b09c3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      plugins/check_http.c

+ 2 - 1
plugins/check_http.c

@@ -703,7 +703,8 @@ decode_chunked_page (const char *raw, char *dst)
   return dst;
 }
 
-static char *header_value (const char *headers, const char *header)
+static char *
+header_value (const char *headers, const char *header)
 {
   char *s;
   char *value;