nginx-0.0.10-2004-09-07-19:29:22 import
diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c
index 76fbb80..8136f31 100644
--- a/src/http/ngx_http_parse.c
+++ b/src/http/ngx_http_parse.c
@@ -3,6 +3,7 @@
 #include <ngx_core.h>
 #include <ngx_http.h>
 
+
 ngx_int_t ngx_http_parse_request_line(ngx_http_request_t *r)
 {
     u_char  ch, *p, *m;