From 10615a9a1aacacc2de4f6b9bc206c68d916bf5b0 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Sun, 26 Jul 2009 06:32:15 +0200 Subject: [PATCH] Whitespace --- src/core/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/commands.c b/src/core/commands.c index 6c2a7b7..7de8212 100644 --- a/src/core/commands.c +++ b/src/core/commands.c @@ -341,7 +341,7 @@ static int command_whoip(struct hub_info* hub, struct hub_user* user, struct hub while (u) { strcat(buffer, u->id.nick); - strcat(buffer, "("); + strcat(buffer, " ("); strcat(buffer, ip_convert_to_string(&u->net.ipaddr)); strcat(buffer, ")\n"); u = (struct hub_user*) list_get_next(users);