From a2ab9a44f5f7450601d0ae246ad1056eb3cc635e Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 3 Dec 2002 15:45:31 +0000 Subject: fix indent --- table.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'table.c') diff --git a/table.c b/table.c index ba9f35c..7d01674 100644 --- a/table.c +++ b/table.c @@ -1,4 +1,4 @@ -/* $Id: table.c,v 1.32 2002/12/03 15:35:11 ukai Exp $ */ +/* $Id: table.c,v 1.33 2002/12/03 15:45:34 ukai Exp $ */ /* * HTML table */ @@ -2517,7 +2517,7 @@ feed_table_tag(struct table *tbl, char *line, struct table_mode *mode, * . */ if (mode->pre_mode & TBLM_INSELECT) { switch (cmd) { - CASE_TABLE_TAG: + CASE_TABLE_TAG: case HTML_N_FORM: case HTML_N_SELECT: /* mode->end_tag */ table_close_select(tbl, mode, width); @@ -2528,7 +2528,7 @@ feed_table_tag(struct table *tbl, char *line, struct table_mode *mode, } if (mode->caption) { switch (cmd) { - CASE_TABLE_TAG: + CASE_TABLE_TAG: case HTML_N_CAPTION: mode->caption = 0; break; @@ -3211,9 +3211,9 @@ feed_table(struct table *tbl, char *line, struct table_mode *mode, line = ""; } if (mode->pre_mode & TBLM_PLAIN) - i = maximum_visible_length_plain(p); + i = maximum_visible_length_plain(p); else - i = maximum_visible_length(p); + i = maximum_visible_length(p); addcontentssize(tbl, i); setwidth(tbl, mode); if (nl) -- cgit v1.2.3