changeset 910:918e19c51a65

style fix
author Igor Sysoev <igor@sysoev.ru>
date Tue, 12 Dec 2006 20:58:41 +0000
parents f01e6664f9be
children 73c66ed9a9cd
files src/http/modules/perl/nginx.xs
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/perl/nginx.xs
+++ b/src/http/modules/perl/nginx.xs
@@ -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;