commit 2655690502a093aff90d97e3197c71eceb8eb5f1
parent 59c7ff1b05642781ae20fc121c0d203be94b3626
Author: ukai <ukai>
Date: Tue, 10 Dec 2002 15:36:10 +0000
fix indent
Diffstat:
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/anchor.c b/anchor.c
@@ -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);
diff --git a/main.c b/main.c
@@ -4178,7 +4178,7 @@ linkMn(void)
}
static void
-anchorMn(Anchor * (*menu_func) (Buffer *), int go)
+anchorMn(Anchor *(*menu_func) (Buffer *), int go)
{
Anchor *a;
BufferPoint *po;
@@ -4230,7 +4230,7 @@ linkLst(void)
if (buf != NULL) {
#ifdef JP_CHARSET
buf->document_code = Currentbuf->document_code;
-#endif /* JP_CHARSET */
+#endif /* JP_CHARSET */
cmd_loadBuffer(buf, BP_NORMAL, LB_NOLINK);
}
}
diff --git a/menu.c b/menu.c
@@ -2009,7 +2009,7 @@ list_menu(Buffer *buf)
else if (two)
label[n] = Sprintf("%c%c: %s", lmKeys2[n / nlmKeys],
lmKeys[n % nlmKeys], t)->ptr;
- else
+ else
label[n] = Sprintf("%c: %s", lmKeys[n], t)->ptr;
ap[n] = a;
n++;