]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Tue, 12 Dec 2006 20:58:41 +0000 (20:58 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 12 Dec 2006 20:58:41 +0000 (20:58 +0000)
src/http/modules/perl/nginx.xs

index 665f14e375fe0689374cd7c8341ac1d110d43d2c..a32c85e733fd92cf02b4705a3911017aab1b9ec0 100644 (file)
@@ -873,7 +873,6 @@ log_error(r, err, msg)
 
     p = (u_char *) SvPV(msg, len);
 
-    ngx_log_error(NGX_LOG_ERR, r->connection->log, e,
-                  "perl: %s", p);
+    ngx_log_error(NGX_LOG_ERR, r->connection->log, e, "perl: %s", p);
 
     XSRETURN_EMPTY;