w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 10748d5a616c274302ae0222c56d7e3a32c8d132
parent ec7b65035d80699a52ea952208cf5f6cd8ef530f
Author: ukai <ukai>
Date:   Wed, 27 Nov 2002 16:40:19 +0000

fix indent

Diffstat:
Metc.c | 6+++---
Mfile.c | 5++---
2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/etc.c b/etc.c @@ -781,9 +781,9 @@ read_token(Str buf, char **instr, int *status, int pre, int append) } if (*status == R_ST_TAG0 && !REALLY_THE_BEGINNING_OF_A_TAG(p)) { /* it seems that this '<' is not a beginning of a tag */ -/* - Strcat_charp(buf, "&lt;"); -*/ + /* + * Strcat_charp(buf, "&lt;"); + */ Strcat_char(buf, '<'); *status = R_ST_NORMAL; } diff --git a/file.c b/file.c @@ -5447,8 +5447,7 @@ HTMLlineproc0(char *str, struct html_feed_environ *h_env, int internal) while (*str != '\0') { int is_tag = FALSE; int pre_mode = (obuf->table_level >= 0) ? - tbl_mode->pre_mode & TBLM_PLAIN : - obuf->flag & RB_PLAINMODE; + tbl_mode->pre_mode & TBLM_PLAIN : obuf->flag & RB_PLAINMODE; if (obuf->flag & RB_PLAIN) goto read_as_plain; /* don't process tag */ @@ -5519,7 +5518,7 @@ HTMLlineproc0(char *str, struct html_feed_environ *h_env, int internal) q = h_env->tagbuf->ptr; } - read_as_pre_mode: + read_as_pre_mode: if (obuf->flag & (RB_INTXTA | RB_INSELECT | RB_IGNORE)) { cmd = HTML_UNKNOWN; if (!is_tag) {