From afbd2693cd966525b1a0625540b208a33d44b40e Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 25 Oct 2015 22:32:46 +0000 Subject: Applied coding style to src/event/ --- src/event/ui_events.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/event/ui_events.c') diff --git a/src/event/ui_events.c b/src/event/ui_events.c index 11296739..a9e71bbd 100644 --- a/src/event/ui_events.c +++ b/src/event/ui_events.c @@ -44,13 +44,13 @@ ui_ev_focus_win(ProfWin *win) } ProfChatWin* -ui_ev_new_chat_win(const char * const barejid) +ui_ev_new_chat_win(const char *const barejid) { return ui_new_chat_win(barejid); } ProfPrivateWin* -ui_ev_new_private_win(const char * const fulljid) +ui_ev_new_private_win(const char *const fulljid) { return ui_new_private_win(fulljid); } -- cgit 1.4.1-2-gfad0