# HG changeset patch # User Maxim Dounin # Date 1259059951 -10800 # Node ID a23404790f334c42c910268492f7022b56343324 # Parent 18515436c0f1d40c5f36b78bf1fedd2c7aa6a6a0 Whitespace cleanup, no functional changes. diff --git a/ngx_http_ip_tos_filter_module.c b/ngx_http_ip_tos_filter_module.c --- 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";