fix indent

This commit is contained in:
Fumitoshi UKAI
2002-11-15 16:17:00 +00:00
parent 73d8d35b5f
commit 319a646415
+5 -4
View File
@@ -1,4 +1,4 @@
/* $Id: main.c,v 1.138 2002/11/15 16:14:25 ukai Exp $ */
/* $Id: main.c,v 1.139 2002/11/15 16:17:00 ukai Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
@@ -5815,9 +5815,10 @@ DownloadListBuffer(void)
if (!FirstDL)
return NULL;
cur_time = time(0);
src = Strnew_charp("<html><head><title>" DOWNLOAD_LIST_TITLE \
"</title></head>\n<body><h1 align=center>" DOWNLOAD_LIST_TITLE "</h1>\n" \
"<form method=internal action=download><hr>\n");
src = Strnew_charp("<html><head><title>" DOWNLOAD_LIST_TITLE
"</title></head>\n<body><h1 align=center>"
DOWNLOAD_LIST_TITLE "</h1>\n"
"<form method=internal action=download><hr>\n");
for (d = LastDL; d != NULL; d = d->prev) {
#ifdef HAVE_LSTAT
if (lstat(d->lock, &st))