fix indent

This commit is contained in:
Fumitoshi UKAI
2002-11-19 17:47:59 +00:00
parent d2a5b30917
commit 4f2167fb83
2 changed files with 8 additions and 11 deletions
+2 -5
View File
@@ -1,4 +1,4 @@
/* $Id: main.c,v 1.144 2002/11/19 17:40:32 ukai Exp $ */
/* $Id: main.c,v 1.145 2002/11/19 17:47:59 ukai Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
@@ -3246,10 +3246,7 @@ _followForm(int submit)
buf->form_submit = save_submit_formlist(fi);
}
}
else if ((fi->parent->method == FORM_METHOD_INTERNAL &&
(!Strcmp_charp(fi->parent->action, "map") ||
!Strcmp_charp(fi->parent->action, "none"))) ||
Currentbuf->bufferprop & BP_INTERNAL) { /* internal */
else if ((fi->parent->method == FORM_METHOD_INTERNAL && (!Strcmp_charp(fi->parent->action, "map") || !Strcmp_charp(fi->parent->action, "none"))) || Currentbuf->bufferprop & BP_INTERNAL) { /* internal */
do_internal(tmp2->ptr, tmp->ptr);
}
else {
+1 -1
View File
@@ -1,4 +1,4 @@
/* $Id: map.c,v 1.14 2002/11/19 17:40:34 ukai Exp $ */
/* $Id: map.c,v 1.15 2002/11/19 17:48:00 ukai Exp $ */
/*
* client-side image maps
*/