changeset 1:a23404790f33 default tip

Whitespace cleanup, no functional changes.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 24 Nov 2009 13:52:31 +0300
parents 18515436c0f1
children
files ngx_http_ip_tos_filter_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ngx_http_ip_tos_filter_module.c
+++ b/ngx_http_ip_tos_filter_module.c
@@ -149,7 +149,7 @@ ngx_http_ip_tos(ngx_conf_t *cf, ngx_comm
         return NGX_CONF_OK;
     }
 
-    if (value[1].len != 4 || value[1].data[0] != '0' || 
+    if (value[1].len != 4 || value[1].data[0] != '0' ||
         (value[1].data[1] != 'x' && value[1].data[1] != 'X'))
     {
         return "invalid argument 1";