Whitespace

This commit is contained in:
Jan Vidar Krey 2009-07-26 06:32:15 +02:00
parent 7b44036480
commit 10615a9a1a
1 changed files with 1 additions and 1 deletions

View File

@ -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);