aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/matchproc.c
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-14 23:16:36 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-14 23:16:36 +0100
commit9522835bae9edf99a83c5079c6e478c0e199ade9 (patch)
treef1ea797623495d7fdc395615bfd54335ff74c779 /FICS/matchproc.c
parentbfbbfe36220af93835029f6eab7a1bd332bd4e2b (diff)
Deleted trailing whitespace characters
Diffstat (limited to 'FICS/matchproc.c')
-rw-r--r--FICS/matchproc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/matchproc.c b/FICS/matchproc.c
index 05a2aff..5bca251 100644
--- a/FICS/matchproc.c
+++ b/FICS/matchproc.c
@@ -177,7 +177,7 @@ PUBLIC int create_new_match(int white_player, int black_player,
bstr[garray[g].type]);
pprintf(white_player, "%s", outStr);
pprintf(black_player, "%s", outStr);
-
+
for (p = 0; p < p_num; p++) {
int gnw, gnb;
if ((p == white_player) || (p == black_player))
@@ -769,7 +769,7 @@ PUBLIC int com_match(int p, param_list param)
game_str(rated, wt * 60, winc, bt * 60, binc, category, board));
pprintf(pp, "Your game would be ");
pprintf_highlight(pp, "%s", parray[pp1].name);
- pprintf_prompt(pp, " (%s) %s%s (%s) %s.\n",
+ pprintf_prompt(pp, " (%s) %s%s (%s) %s.\n",
ratstrii(GetRating(&parray[pp1], type), parray[pp1].registered),
colorstr[white + 1], parray[pp].name,
ratstrii(GetRating(&parray[pp], type), parray[pp].registered),