comparison src/core/ngx_inet.c @ 2301:148c2e840c2b

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Tue, 11 Nov 2008 16:04:05 +0000
parents c3035feb6638
children 2e91aecb9e57
comparison
equal deleted inserted replaced
2300:159136c9808d 2301:148c2e840c2b
288 288
289 last = uri; 289 last = uri;
290 290
291 if (uri < port) { 291 if (uri < port) {
292 port = NULL; 292 port = NULL;
293 } 293 }
294 } 294 }
295 295
296 if (port) { 296 if (port) {
297 port++; 297 port++;
298 298