Bläddra i källkod

cosmetic changes

Jan Janak 23 år sedan
förälder
incheckning
a31f23f2c4
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      parser/parse_hostport.h
  2. 1 1
      parser/parser_f.h

+ 1 - 1
parser/parse_hostport.h

@@ -9,4 +9,4 @@
 
 char* parse_hostport(char* buf, str* host, short int* port);
 
-#endif
+#endif /* PARSE_HOSTPORT_H */

+ 1 - 1
parser/parser_f.h

@@ -41,4 +41,4 @@ inline static int is_empty_end(char* p, char* pend )
 }
 
 
-#endif
+#endif /* parser_f_h */