diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-06 16:36:54 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-12-06 16:36:54 +0000 |
commit | 114bf456ecae5f4aeb37c35cb57a66f13a9b5f68 (patch) | |
tree | bc069a53e4f3a1260f00351cb457825c82365e5f | |
parent | [#489463] Host: header is wrong IPv6 literal addr (diff) | |
download | w3m-114bf456ecae5f4aeb37c35cb57a66f13a9b5f68.tar.gz w3m-114bf456ecae5f4aeb37c35cb57a66f13a9b5f68.zip |
run make indent
-rw-r--r-- | file.c | 6 | ||||
-rw-r--r-- | linein.c | 5 |
2 files changed, 6 insertions, 5 deletions
@@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.27 2001/12/06 15:31:58 ukai Exp $ */ +/* $Id: file.c,v 1.28 2001/12/06 16:36:54 ukai Exp $ */ #include "fm.h" #include <sys/types.h> #include "myctype.h" @@ -3728,8 +3728,8 @@ HTMLtagproc1(struct parsed_tag *tag, struct html_feed_environ *h_env) /* pushEvent(deletePrevBuf,NULL); */ } #ifdef USE_ALARM - else if (!is_redisplay && refresh_interval > 0 && MetaRefresh && - !((obuf->flag & RB_NOFRAMES) && RenderFrame)) { + else if (!is_redisplay && refresh_interval > 0 && MetaRefresh + && !((obuf->flag & RB_NOFRAMES) && RenderFrame)) { setAlarmEvent(refresh_interval, AL_IMPLICIT, FUNCNAME_goURL, s_tmp->ptr); } @@ -1,4 +1,4 @@ -/* $Id: linein.c,v 1.11 2001/12/06 15:48:35 ukai Exp $ */ +/* $Id: linein.c,v 1.12 2001/12/06 16:36:54 ukai Exp $ */ #include "fm.h" #include "local.h" #include "myctype.h" @@ -678,7 +678,8 @@ next_compl(int next) if (!cm_next) { if (cm_mode & CPL_ALWAYS) { b = 0; - } else { + } + else { for (b = CPos - 1; b >= 0; b--) { if (strBuf->ptr[b] == ' ' || strBuf->ptr[b] == CTRL_I) break; |