From a2ab9a44f5f7450601d0ae246ad1056eb3cc635e Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 3 Dec 2002 15:45:31 +0000 Subject: fix indent --- file.c | 214 ++++++++++++++++++++++++++++++++-------------------------------- frame.c | 10 +-- table.c | 10 +-- 3 files changed, 117 insertions(+), 117 deletions(-) diff --git a/file.c b/file.c index 30c8ebb..ecd1c72 100644 --- a/file.c +++ b/file.c @@ -1,4 +1,4 @@ -/* $Id: file.c,v 1.141 2002/12/03 15:35:10 ukai Exp $ */ +/* $Id: file.c,v 1.142 2002/12/03 15:45:31 ukai Exp $ */ #include "fm.h" #include #include "myctype.h" @@ -5516,9 +5516,9 @@ HTMLlineproc0(char *line, struct html_feed_environ *h_env, int internal) char *str, *p; int is_tag = FALSE; int pre_mode = (obuf->table_level >= 0) ? tbl_mode->pre_mode : - obuf->flag; + obuf->flag; int end_tag = (obuf->table_level >= 0) ? tbl_mode->end_tag : - obuf->end_tag; + obuf->end_tag; if (*line == '<' || obuf->status != R_ST_NORMAL) { /* @@ -5527,7 +5527,7 @@ HTMLlineproc0(char *line, struct html_feed_environ *h_env, int internal) if (obuf->status == R_ST_EOL) obuf->status = R_ST_NORMAL; else { - read_token(h_env->tagbuf, &line, &obuf->status, + read_token(h_env->tagbuf, &line, &obuf->status, pre_mode & RB_PREMODE, obuf->status != R_ST_NORMAL); if (obuf->status != R_ST_NORMAL) return; @@ -5541,7 +5541,7 @@ HTMLlineproc0(char *line, struct html_feed_environ *h_env, int internal) else if (!(pre_mode & (RB_PLAIN | RB_INTXTA | RB_INSELECT | RB_SCRIPT | RB_STYLE))) { line = Strnew_m_charp(str + 1, line, NULL)->ptr; - str = "<"; + str = "<"; } } } @@ -5556,7 +5556,7 @@ HTMLlineproc0(char *line, struct html_feed_environ *h_env, int internal) RB_STYLE)) { if (is_tag) { p = str; - if ((tag = parse_tag(&p, internal))) { + if ((tag = parse_tag(&p, internal))) { if (tag->tagid == end_tag || (pre_mode & RB_INSELECT && tag->tagid == HTML_N_FORM)) goto proc_normal; @@ -5570,7 +5570,7 @@ HTMLlineproc0(char *line, struct html_feed_environ *h_env, int internal) continue; } if (is_tag) { - if (strncmp(str, "