aboutsummaryrefslogtreecommitdiffstats
path: root/frame.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-12-03 15:45:31 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-12-03 15:45:31 +0000
commita2ab9a44f5f7450601d0ae246ad1056eb3cc635e (patch)
treed035621e3cde817aded7ff4bf0c028be1b474acd /frame.c
parent[w3m-dev 03509] HTML parser (diff)
downloadw3m-a2ab9a44f5f7450601d0ae246ad1056eb3cc635e.tar.gz
w3m-a2ab9a44f5f7450601d0ae246ad1056eb3cc635e.zip
fix indent
Diffstat (limited to '')
-rw-r--r--frame.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/frame.c b/frame.c
index 343dc02..0ac98b0 100644
--- a/frame.c
+++ b/frame.c
@@ -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);