fix indent

This commit is contained in:
Fumitoshi UKAI
2002-12-08 14:23:44 +00:00
parent 1d7704dc60
commit 52a09ad262
2 changed files with 11 additions and 7 deletions

4
html.c
View File

@@ -1,4 +1,4 @@
/* $Id: html.c,v 1.20 2002/12/06 16:50:19 ukai Exp $ */
/* $Id: html.c,v 1.21 2002/12/08 14:23:44 ukai Exp $ */
#include "html.h"
/* Define HTML Tag Infomation Table */
@@ -226,7 +226,7 @@ TagInfo TagMAP[MAX_HTMLTAG] = {
{"sub", NULL, 0, 0}, /* 102 HTML_SUB */
{"/sub", NULL, 0, 0}, /* 103 HTML_N_SUB */
{"link", ALST_LINK, MAXA_LINK, 0}, /* 104 HTML_LINK */
{"s", NULL, 0, 0}, /* 105 HTML_S */
{"s", NULL, 0, 0}, /* 105 HTML_S */
{"/s", NULL, 0, TFLG_END}, /* 106 HTML_N_S */
{NULL, NULL, 0, 0}, /* 107 Undefined */