comparison src/http/ngx_http_busy_lock.c @ 4522:14411ee4d89f

Whitespace fixes.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 05 Mar 2012 18:09:06 +0000
parents 41f640a693de
children
comparison
equal deleted inserted replaced
4521:dfca420d0446 4522:14411ee4d89f
298 } 298 }
299 } 299 }
300 300
301 if (bl->timeout == 0 && bl->max_waiting) { 301 if (bl->timeout == 0 && bl->max_waiting) {
302 ngx_conf_log_error(NGX_LOG_WARN, cf, 0, 302 ngx_conf_log_error(NGX_LOG_WARN, cf, 0,
303 "busy lock waiting is useless with zero timeout, ignoring"); 303 "busy lock waiting is useless with zero timeout, ignoring");
304 } 304 }
305 305
306 return NGX_CONF_OK; 306 return NGX_CONF_OK;
307 } 307 }