4
0
Эх сурвалжийг харах

plugins/check_http: def. function conform style

Koen Wilde 11 жил өмнө
parent
commit
015d5b09c3
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  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;