1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-30 03:26:23 -04:00

Trim trailing whitespaces.

This commit is contained in:
Laurent MONIN 2006-01-16 23:51:02 +01:00 committed by Laurent MONIN
parent 8fe86eac0b
commit 491654975d

View File

@ -173,7 +173,7 @@ fsp_directory(FSP_SESSION *ses, struct uri *uri)
} else {
dircolor[0] = 0;
}
while (!fsp_readdir_native(dir, &fentry, &fresult)) {
if (!fresult) break;
printf("%10d\t<a href=\"%s\">", fentry.size, fentry.name);
@ -304,7 +304,7 @@ fsp_protocol_handler(struct connection *conn)
close_all_non_term_fd();
do_fsp(conn);
} else {
conn->socket->fd = fsp_pipe[0];
close(fsp_pipe[1]);