1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Applied coding style to src/ui/core.c

This commit is contained in:
James Booth 2015-10-25 23:11:27 +00:00
parent 1096603234
commit 4a6b729a54

View File

@ -2899,4 +2899,3 @@ _win_show_history(ProfChatWin *chatwin, const char * const contact)
g_slist_free_full(history, free);
}
}