From 1e87b33b12f7f6504c057914e00a5585f17147ee Mon Sep 17 00:00:00 2001
From: Markus Uhlin <markus@nifty-networks.net>
Date: Sun, 31 Dec 2023 16:56:23 +0100
Subject: Whitespace after comma

---
 FICS/playerdb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'FICS')

diff --git a/FICS/playerdb.c b/FICS/playerdb.c
index 9c6f81e..558788e 100644
--- a/FICS/playerdb.c
+++ b/FICS/playerdb.c
@@ -1171,7 +1171,7 @@ showstored(int p)
 
 			if (p1 >= 0) {
 				if (c < 50)
-					multicol_store(m,parray[p1].name);
+					multicol_store(m, parray[p1].name);
 				pprintf(p1, "\nNotification: ");
 				pprintf_highlight(p1, "%s", parray[p].name);
 				pprintf_prompt(p1, ", who has an adjourned "
-- 
cgit v1.2.3