Formatting.

This commit is contained in:
Håvard Pettersson 2014-10-11 12:36:51 +02:00
parent a10b923ef9
commit cceb25409e
3 changed files with 4 additions and 10 deletions

View file

@ -225,9 +225,7 @@ twc_friend_request_callback(Tox *tox,
"%sReceived a friend request from %s with message \"%s\"; "
"accept it with \"/friend accept %d\"",
weechat_prefix("network"),
hex_address,
message_nt,
rc);
hex_address, message_nt, rc);
if (rc == -2)
{