Index: modules/generators/mod_autoindex.c =================================================================== --- modules/generators/mod_autoindex.c (revision 803334) +++ modules/generators/mod_autoindex.c (working copy) @@ -1726,33 +1726,33 @@ static void output_directories(struct en ap_rvputs(r, "", apr_strfsize(ar[x]->size, buf), NULL); } if (!(autoindex_opts & SUPPRESS_DESC)) { if (ar[x]->desc) { if (d->desc_adjust == K_ADJUST) { ap_rvputs(r, "", ar[x]->desc, NULL); } else { ap_rvputs(r, "", terminate_description(d, ar[x]->desc, autoindex_opts, desc_width), NULL); } } - } - else { - ap_rputs(" ", r); + else { + ap_rputs(" ", r); + } } ap_rputs("\n", r); } else if (autoindex_opts & FANCY_INDEXING) { if (!(autoindex_opts & SUPPRESS_ICON)) { if (autoindex_opts & ICONS_ARE_LINKS) { ap_rvputs(r, "", NULL); } if ((ar[x]->icon) || d->default_icon) { ap_rvputs(r, "icon ? ar[x]->icon : d->default_icon), "\" alt=\"[", (ar[x]->alt ? ar[x]->alt : " "), "]\"", NULL);