fix indent
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user