fix indent
This commit is contained in:
2
anchor.c
2
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"
|
||||
|
8
news.c
8
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 <stdio.h>
|
||||
@@ -338,8 +338,7 @@ readNewsgroup(ParsedURL *pu)
|
||||
qgroup = html_quote(group);
|
||||
group = file_unquote(group);
|
||||
page = Sprintf("<title>Newsgroup: %s</title>\n\
|
||||
<h1>Newsgroup: %s</h1>\n<hr>\n",
|
||||
qgroup, qgroup);
|
||||
<h1>Newsgroup: %s</h1>\n<hr>\n", qgroup, qgroup);
|
||||
|
||||
if (SETJMP(AbortLoading) != 0) {
|
||||
news_close(¤t_news);
|
||||
@@ -376,8 +375,7 @@ readNewsgroup(ParsedURL *pu)
|
||||
start = end - MaxNewsMessage + 1;
|
||||
}
|
||||
page = Sprintf("<title>Newsgroup: %s %d-%d</title>\n\
|
||||
<h1>Newsgroup: %s %d-%d</h1>\n<hr>\n",
|
||||
qgroup, start, end, qgroup, start, end);
|
||||
<h1>Newsgroup: %s %d-%d</h1>\n<hr>\n", qgroup, start, end, qgroup, start, end);
|
||||
if (start > first) {
|
||||
i = start - MaxNewsMessage;
|
||||
if (i < first)
|
||||
|
Reference in New Issue
Block a user