From 1ddd13264ce559c3798ab1be2d99678468a4afeb Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 24 Dec 2002 17:24:33 +0000 Subject: fix indent --- anchor.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/anchor.c b/anchor.c index f4e51ee..5d2e64d 100644 --- a/anchor.c +++ b/anchor.c @@ -1,4 +1,4 @@ -/* $Id: anchor.c,v 1.16 2002/12/24 17:24:05 ukai Exp $ */ +/* $Id: anchor.c,v 1.17 2002/12/24 17:24:33 ukai Exp $ */ #include "fm.h" #include "myctype.h" #include "regex.h" @@ -623,9 +623,8 @@ link_list_panel(Buffer *buf)

Link List

\n"); if (buf->bufferprop & BP_INTERNAL || - (buf->linklist == NULL && buf->href == NULL && - buf->img == NULL)) { - return NULL; + (buf->linklist == NULL && buf->href == NULL && buf->img == NULL)) { + return NULL; } if (buf->linklist) { -- cgit v1.2.3