From 19811dbdded93bc57e536cbcf7b067aee6d8ef26 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 2 Nov 2009 12:41:56 +0000 Subject: style fix --- src/os/win32/ngx_time.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/os/win32/ngx_time.h') diff --git a/src/os/win32/ngx_time.h b/src/os/win32/ngx_time.h index 4f9384139..17a2d512a 100644 --- a/src/os/win32/ngx_time.h +++ b/src/os/win32/ngx_time.h @@ -47,5 +47,4 @@ void ngx_libc_gmtime(time_t s, struct tm *tm); void ngx_gettimeofday(struct timeval *tp); - #endif /* _NGX_TIME_H_INCLUDED_ */ -- cgit