aboutsummaryrefslogtreecommitdiffstats
path: root/table.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-04-17 02:42:27 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-04-17 02:42:27 +0000
commit404f518f06c46c12c0c9da2eee63197512296ebb (patch)
treeaa2215e9475aab5a45c051bd23ebb76b75b4a9da /table.c
parent[w3m-dev 03177] SIGUSR1 --> W3M_SIGIMG in image.c (diff)
downloadw3m-404f518f06c46c12c0c9da2eee63197512296ebb.tar.gz
w3m-404f518f06c46c12c0c9da2eee63197512296ebb.zip
fix indent
Diffstat (limited to 'table.c')
-rw-r--r--table.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/table.c b/table.c
index 2d9d28d..2f81c1c 100644
--- a/table.c
+++ b/table.c
@@ -1,4 +1,4 @@
-/* $Id: table.c,v 1.23 2002/04/09 14:53:54 ukai Exp $ */
+/* $Id: table.c,v 1.24 2002/04/17 02:42:27 ukai Exp $ */
/*
* HTML table
*/
@@ -1518,7 +1518,8 @@ check_table_height(struct table *t)
cell.rowspan = NewAtom_N(short, cell.size);
cell.indexarray = NewAtom_N(char, cell.size);
cell.height = NewAtom_N(short, cell.size);
- } else {
+ }
+ else {
cell.size = max(cell.size + MAXCELL, c + 1);
cell.row = New_Reuse(short, cell.row, cell.size);
cell.rowspan = New_Reuse(short, cell.rowspan,