run make indent

This commit is contained in:
Fumitoshi UKAI
2001-11-30 19:59:26 +00:00
parent 0263765382
commit 92780cd4ab

4
rc.c
View File

@@ -1,4 +1,4 @@
/* $Id: rc.c,v 1.21 2001/11/30 14:06:27 ukai Exp $ */
/* $Id: rc.c,v 1.22 2001/11/30 19:59:26 ukai Exp $ */
/*
* Initialization file etc.
*/
@@ -1095,7 +1095,7 @@ sync_with_option(void)
if (AcceptLang == NULL || *AcceptLang == '\0') {
#if LANG == JA
AcceptLang = "ja; q=1.0, en; q=0.5";
#else /* LANG != JA (must be EN) */
#else /* LANG != JA (must be EN) */
AcceptLang = "en; q=1.0";
#endif
}