diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-03 15:45:31 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-03 15:45:31 +0000 |
commit | a2ab9a44f5f7450601d0ae246ad1056eb3cc635e (patch) | |
tree | d035621e3cde817aded7ff4bf0c028be1b474acd /frame.c | |
parent | [w3m-dev 03509] HTML parser (diff) | |
download | w3m-a2ab9a44f5f7450601d0ae246ad1056eb3cc635e.tar.gz w3m-a2ab9a44f5f7450601d0ae246ad1056eb3cc635e.zip |
fix indent
Diffstat (limited to '')
-rw-r--r-- | frame.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -/* $Id: frame.c,v 1.23 2002/12/03 15:35:10 ukai Exp $ */ +/* $Id: frame.c,v 1.24 2002/12/03 15:45:33 ukai Exp $ */ #include "fm.h" #include "parsetagx.h" #include "myctype.h" @@ -625,7 +625,7 @@ createFrameFile(struct frameset *f, FILE * f1, Buffer *current, int level, is_tag = FALSE; } else if (pre_mode & RB_INSELECT) { - q = tok->ptr; + q = tok->ptr; if ((tag = parse_tag(&q, FALSE))) { if ((tag->tagid == end_tag) || (tag->tagid == HTML_N_FORM)) { @@ -639,11 +639,11 @@ createFrameFile(struct frameset *f, FILE * f1, Buffer *current, int level, switch (tag->tagid) { case HTML_TABLE: case HTML_N_TABLE: - CASE_TABLE_TAG: + CASE_TABLE_TAG: fputs("</SELECT>", f1); pre_mode = 0; end_tag = 0; - goto proc_normal; + goto proc_normal; } } } @@ -726,7 +726,7 @@ createFrameFile(struct frameset *f, FILE * f1, Buffer *current, int level, goto token_end; } break; - CASE_TABLE_TAG: + CASE_TABLE_TAG: /* table_tags MUST be in table stack */ if (!t_stack) { Strshrinkfirst(tok, 1); |