[Mixmaster-devel] r838 - branches/Mix-stats/Src
Brought to you by:
weaselp
|
From: <we...@so...> - 2004-05-06 14:34:59
|
Author: weasel
Date: 2004-05-06 16:34:49 +0200 (Thu, 06 May 2004)
New Revision: 838
Modified:
branches/Mix-stats/Src/main.c
branches/Mix-stats/Src/menustats.c
Log:
whitespace fixing
Modified: branches/Mix-stats/Src/main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/Mix-stats/Src/main.c 2004-05-06 14:32:47 UTC (rev 837)
+++ branches/Mix-stats/Src/main.c 2004-05-06 14:34:49 UTC (rev 838)
@@ -342,13 +342,13 @@
}
if (version) {
printf("Mixmaster %s\n", VERSION);
- ret =3D 0; =20
+ ret =3D 0;
goto end;
}
if (update_pingerlist) {
mixfile(pingpath, ALLPINGERSFILE);
printf ("downloading %s...\n", ALLPINGERSURL);
- if (url_download(ALLPINGERSURL, pingpath) < 0)=20
+ if (url_download(ALLPINGERSURL, pingpath) < 0)
printf(" Download failed... Try again later.\n");
else
printf(" Done.\n");
@@ -370,7 +370,7 @@
printf("\nand others. For full information on copyright and license =
issues,\n");
printf("read the bundled file COPYRIGHT.\n\n");
ret =3D 0;
- goto end; =20
+ goto end;
}
if (help) {
printf("Usage: %s [options] [user@host] [filename]\n\n", argv[0]);
Modified: branches/Mix-stats/Src/menustats.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/Mix-stats/Src/menustats.c 2004-05-06 14:32:47 UTC (rev 837)
+++ branches/Mix-stats/Src/menustats.c 2004-05-06 14:34:49 UTC (rev 838)
@@ -269,7 +269,7 @@
printw("Select stats source:");
standend();
if (statssrc->length > 0)
- printw(" Current: %s (Enter to download)", statssrc->data);
+ printw(" Current: %s (Enter to download)", statssrc->data);
printw("\n\n");
=20
read_allpingers(inifile);
@@ -319,13 +319,10 @@
if (f !=3D NULL) {
fprintf(f, "%s", line->data);
fclose(f);
- }
- else {
- fprintf(stderr, "Could not open stats source file for writing\n=
");
- }
-
+ } else
+ fprintf(stderr, "Could not open stats source file for writing\n")=
;
break;
- }
+ }
}
}
else if (c =3D=3D '*') {
|