From 9759921110e2ede496d60e9da412ad28d021afb0 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Mon, 6 Jan 2003 15:37:49 +0000 Subject: fix indent --- anchor.c | 4 ++-- news.c | 14 ++++++-------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/anchor.c b/anchor.c index bcd1ba0..4a365ab 100644 --- a/anchor.c +++ b/anchor.c @@ -1,4 +1,4 @@ -/* $Id: anchor.c,v 1.18 2003/01/06 15:36:57 ukai Exp $ */ +/* $Id: anchor.c,v 1.19 2003/01/06 15:37:49 ukai Exp $ */ #include "fm.h" #include "myctype.h" #include "regex.h" @@ -395,7 +395,7 @@ reAnchorNewsheader(Buffer *buf) header = header_group; } for (l = buf->firstLine; l != NULL && l->real_linenumber == 0; - l = l->next) { + l = l->next) { p = l->lineBuf; if (!IS_SPACE(*p)) { search = FALSE; diff --git a/news.c b/news.c index f189c99..08b7b25 100644 --- a/news.c +++ b/news.c @@ -1,4 +1,4 @@ -/* $Id: news.c,v 1.6 2003/01/06 15:36:59 ukai Exp $ */ +/* $Id: news.c,v 1.7 2003/01/06 15:37:50 ukai Exp $ */ #include "fm.h" #include "myctype.h" #include @@ -284,7 +284,7 @@ openNewsStream(ParsedURL *pu) return NULL; p = group; } - else { /* / */ + else { /* / */ *p++ = '\0'; news_command(¤t_news, Sprintf("GROUP %s", group)->ptr, &status); @@ -294,7 +294,7 @@ openNewsStream(ParsedURL *pu) if (strchr(p, '@')) /* */ news_command(¤t_news, Sprintf("ARTICLE <%s>", p)->ptr, &status); - else /* */ + else /* */ news_command(¤t_news, Sprintf("ARTICLE %s", p)->ptr, &status); if (status != 220) @@ -338,8 +338,7 @@ readNewsgroup(ParsedURL *pu) qgroup = html_quote(group); group = file_unquote(group); page = Sprintf("Newsgroup: %s\n\ -

Newsgroup: %s

\n
\n", - qgroup, qgroup); +

Newsgroup: %s

\n
\n", qgroup, qgroup); if (SETJMP(AbortLoading) != 0) { news_close(¤t_news); @@ -359,7 +358,7 @@ readNewsgroup(ParsedURL *pu) if (list && *list) { if ((p = strchr(list, '-'))) { *p++ = '\0'; - end = atoi(p); + end = atoi(p); } start = atoi(list); if (start > 0) { @@ -376,8 +375,7 @@ readNewsgroup(ParsedURL *pu) start = end - MaxNewsMessage + 1; } page = Sprintf("Newsgroup: %s %d-%d\n\ -

Newsgroup: %s %d-%d

\n
\n", - qgroup, start, end, qgroup, start, end); +

Newsgroup: %s %d-%d

\n
\n", qgroup, start, end, qgroup, start, end); if (start > first) { i = start - MaxNewsMessage; if (i < first) -- cgit v1.2.3