[nginx] svn commit:  r4575 - trunk/src/os/unix
    maxim at nginx.com 
    maxim at nginx.com
       
    Thu Apr  5 15:32:44 UTC 2012
    
    
  
Author: maxim
Date: 2012-04-05 15:32:43 +0000 (Thu, 05 Apr 2012)
New Revision: 4575
URL: http://trac.nginx.org/nginx/changeset/4575/nginx
Log:
Style: the function type should be on a line by itself
preceding the function.  No functional changes.
Modified:
   trunk/src/os/unix/ngx_daemon.c
Modified: trunk/src/os/unix/ngx_daemon.c
===================================================================
--- trunk/src/os/unix/ngx_daemon.c	2012-04-03 08:22:00 UTC (rev 4574)
+++ trunk/src/os/unix/ngx_daemon.c	2012-04-05 15:32:43 UTC (rev 4575)
@@ -9,7 +9,8 @@
 #include <ngx_core.h>
 
 
-ngx_int_t ngx_daemon(ngx_log_t *log)
+ngx_int_t
+ngx_daemon(ngx_log_t *log)
 {
     int  fd;
 
    
    
More information about the nginx-devel
mailing list