fix indent

This commit is contained in:
Fumitoshi UKAI
2003-09-26 20:48:21 +00:00
parent 28bc348680
commit 82cbecec07
2 changed files with 4 additions and 4 deletions

4
html.c
View File

@@ -1,4 +1,4 @@
/* $Id: html.c,v 1.27 2003/09/24 18:48:59 ukai Exp $ */ /* $Id: html.c,v 1.28 2003/09/26 20:48:21 ukai Exp $ */
#include "html.h" #include "html.h"
/* Define HTML Tag Infomation Table */ /* Define HTML Tag Infomation Table */
@@ -7,7 +7,7 @@
#define MAXA_CORE 1 #define MAXA_CORE 1
unsigned char ALST_A[] = { unsigned char ALST_A[] = {
ATTR_NAME, ATTR_HREF, ATTR_REL, ATTR_CHARSET, ATTR_TARGET, ATTR_HSEQ, ATTR_NAME, ATTR_HREF, ATTR_REL, ATTR_CHARSET, ATTR_TARGET, ATTR_HSEQ,
ATTR_REFERER, ATTR_REFERER,
ATTR_FRAMENAME, ATTR_TITLE, ATTR_ACCESSKEY, ATTR_CORE ATTR_FRAMENAME, ATTR_TITLE, ATTR_ACCESSKEY, ATTR_CORE
}; };
#define MAXA_A MAXA_CORE + 10 #define MAXA_A MAXA_CORE + 10

4
rc.c
View File

@@ -1,4 +1,4 @@
/* $Id: rc.c,v 1.93 2003/09/26 16:57:27 ukai Exp $ */ /* $Id: rc.c,v 1.94 2003/09/26 20:48:22 ukai Exp $ */
/* /*
* Initialization file etc. * Initialization file etc.
*/ */
@@ -53,7 +53,7 @@ static int RC_table_size;
/* FIXME: gettextize here */ /* FIXME: gettextize here */
#ifdef USE_M17N #ifdef USE_M17N
static wc_ces OptionCharset = WC_CES_US_ASCII; /* FIXME: charset of source code */ static wc_ces OptionCharset = WC_CES_US_ASCII; /* FIXME: charset of source code */
static int OptionEncode = FALSE; static int OptionEncode = FALSE;
#endif #endif