Fix indentation and spacing

pull/28/head
Adrian Perez de Castro 2015-08-16 17:22:19 +03:00
parent cf8197c991
commit fd0bbd7fb8
1 changed files with 8 additions and 8 deletions

View File

@ -737,7 +737,7 @@ make_content_buf(
tp = ngx_timeofday();
/* "Parent dir" entry, always first if displayed */
if(r->uri.len > 1){
if (r->uri.len > 1) {
b->last = ngx_cpymem_ssz(b->last,
"<tr>"
"<td><a href=\"../");