diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-24 17:24:33 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-12-24 17:24:33 +0000 |
commit | 1ddd13264ce559c3798ab1be2d99678468a4afeb (patch) | |
tree | 6bbf828310f4a4ef05508e1a2fad8bf8eb0a2dc1 /anchor.c | |
parent | [w3m-dev 03596] LIST (diff) | |
download | w3m-1ddd13264ce559c3798ab1be2d99678468a4afeb.tar.gz w3m-1ddd13264ce559c3798ab1be2d99678468a4afeb.zip |
fix indent
Diffstat (limited to 'anchor.c')
-rw-r--r-- | anchor.c | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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) <h1 align=center>Link List</h1>\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) { |