fix indent

This commit is contained in:
Fumitoshi UKAI
2002-11-12 12:42:50 +00:00
parent 467a5e015b
commit 54fd2d7e83
2 changed files with 11 additions and 11 deletions

4
form.c
View File

@@ -1,4 +1,4 @@
/* $Id: form.c,v 1.20 2002/11/12 12:22:59 ukai Exp $ */
/* $Id: form.c,v 1.21 2002/11/12 12:42:50 ukai Exp $ */
/*
* HTML forms
*/
@@ -753,7 +753,7 @@ loadPreForm(void)
if (line->length == 0)
break;
if (textarea && !(!strncmp(line->ptr, "/textarea", 9) &&
IS_SPACE(line->ptr[9]))) {
IS_SPACE(line->ptr[9]))) {
Strcat(textarea, line);
continue;
}