aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-12-18 16:25:11 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-12-18 16:25:11 +0000
commitbecb6e454a640ed25988c6cd8e5b0cd8aee403f1 (patch)
treeb08dbd5ebc6f33c1498f509e25c88aa15f032fa8
parent[w3m-dev 03578] meta refresh (diff)
downloadw3m-becb6e454a640ed25988c6cd8e5b0cd8aee403f1.tar.gz
w3m-becb6e454a640ed25988c6cd8e5b0cd8aee403f1.zip
fix indent
-rw-r--r--file.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/file.c b/file.c
index ceba582..fae19a0 100644
--- a/file.c
+++ b/file.c
@@ -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"
@@ -4740,7 +4740,7 @@ HTMLtagproc1(struct parsed_tag *tag, struct html_feed_environ *h_env)
tmp = Sprintf("Refresh (%d sec)", refresh_interval);
if (tmp) {
HTMLlineproc1(tmp->ptr, h_env);
- do_blankline(h_env, obuf, envs[h_env->envc].indent, 0,
+ do_blankline(h_env, obuf, envs[h_env->envc].indent, 0,
h_env->limit);
if (!is_redisplay &&
!((obuf->flag & RB_NOFRAMES) && RenderFrame)) {
@@ -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),