comparison src/core/ngx_log.c @ 2742:e138f820b5dc

style fix: remove trailing spaces introduced in the previous commit
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Apr 2009 09:46:14 +0000
parents cda3738a85bd
children d8316f307b6a
comparison
equal deleted inserted replaced
2741:cda3738a85bd 2742:e138f820b5dc
56 ngx_string("emerg"), 56 ngx_string("emerg"),
57 ngx_string("alert"), 57 ngx_string("alert"),
58 ngx_string("crit"), 58 ngx_string("crit"),
59 ngx_string("error"), 59 ngx_string("error"),
60 ngx_string("warn"), 60 ngx_string("warn"),
61 ngx_string("notice"), 61 ngx_string("notice"),
62 ngx_string("info"), 62 ngx_string("info"),
63 ngx_string("debug") 63 ngx_string("debug")
64 }; 64 };
65 65
66 static const char *debug_levels[] = { 66 static const char *debug_levels[] = {
67 "debug_core", "debug_alloc", "debug_mutex", "debug_event", 67 "debug_core", "debug_alloc", "debug_mutex", "debug_event",