From df0a52887baa21524df805de25b6b45ac75097f9 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 10 Dec 2002 15:36:10 +0000 Subject: fix indent --- anchor.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'anchor.c') diff --git a/anchor.c b/anchor.c index bc72132..3f74764 100644 --- a/anchor.c +++ b/anchor.c @@ -1,4 +1,4 @@ -/* $Id: anchor.c,v 1.13 2002/12/09 15:51:08 ukai Exp $ */ +/* $Id: anchor.c,v 1.14 2002/12/10 15:36:10 ukai Exp $ */ #include "fm.h" #include "myctype.h" #include "regex.h" @@ -643,8 +643,8 @@ link_list_panel(Buffer *buf) for (i = 0; i < al->nanchor; i++) { a = &al->anchors[i]; if (a->slave) - continue; - parseURL2(a->url, &pu, baseURL(buf)); + continue; + parseURL2(a->url, &pu, baseURL(buf)); u = html_quote(parsedURL2Str(&pu)->ptr); t = getAnchorText(buf, al, a); t = t ? html_quote(t) : ""; @@ -660,8 +660,8 @@ link_list_panel(Buffer *buf) for (i = 0; i < al->nanchor; i++) { a = &al->anchors[i]; if (a->slave) - continue; - parseURL2(a->url, &pu, baseURL(buf)); + continue; + parseURL2(a->url, &pu, baseURL(buf)); u = html_quote(parsedURL2Str(&pu)->ptr); t = (a->title && *a->title) ? html_quote(a->title) : html_quote(a->url); -- cgit v1.2.3