fix indent

This commit is contained in:
Fumitoshi UKAI
2002-12-18 16:25:11 +00:00
parent 6189d68a78
commit becb6e454a
+3 -5
View File
@@ -1,4 +1,4 @@
/* $Id: file.c,v 1.163 2002/12/18 16:20:51 ukai Exp $ */
/* $Id: file.c,v 1.164 2002/12/18 16:25:11 ukai Exp $ */
#include "fm.h"
#include <sys/types.h>
#include "myctype.h"
@@ -5316,15 +5316,13 @@ HTMLlineproc2body(Buffer *buf, Str (*feed) (), int llimit)
buf->event = setAlarmEvent(buf->event,
refresh_interval,
AL_IMPLICIT_ONCE,
FUNCNAME_gorURL,
p);
FUNCNAME_gorURL, p);
}
else if (refresh_interval > 0)
buf->event = setAlarmEvent(buf->event,
refresh_interval,
AL_IMPLICIT,
FUNCNAME_reload,
NULL);
FUNCNAME_reload, NULL);
#else
if (tmp && refresh_interval == 0) {
p = url_quote_conv(remove_space(tmp->ptr),