From 9d65c0da9feca889861579ceffee56036ae8b3fe Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Wed, 16 Jan 2002 19:05:36 +0000 Subject: run make indent --- linein.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'linein.c') diff --git a/linein.c b/linein.c index 967670d..2dd56d4 100644 --- a/linein.c +++ b/linein.c @@ -1,4 +1,4 @@ -/* $Id: linein.c,v 1.19 2002/01/16 15:37:06 ukai Exp $ */ +/* $Id: linein.c,v 1.20 2002/01/16 19:05:36 ukai Exp $ */ #include "fm.h" #include "local.h" #include "myctype.h" @@ -229,8 +229,7 @@ inputLineHistSearch(char *prompt, char *def_str, int flag, Hist *hist, cm_disp_next = -1; } else if (!i_quote && c < 0x20) { /* Control code */ - if (incrfunc == NULL - || (c = incrfunc((int)c, strBuf)) < 0x20) + if (incrfunc == NULL || (c = incrfunc((int)c, strBuf)) < 0x20) (*InputKeymap[(int)c]) (c); if (incrfunc) incrfunc(-1, strBuf); -- cgit v1.2.3