about summary refs log tree commit diff stats
path: root/src/event/ui_events.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-10-25 22:32:46 +0000
committerJames Booth <boothj5@gmail.com>2015-10-25 22:32:46 +0000
commitafbd2693cd966525b1a0625540b208a33d44b40e (patch)
tree035f53e18fd21bb5df53e352250d6d0621f72213 /src/event/ui_events.h
parent586329209465aa4ce399a0292f6f3dc353639597 (diff)
downloadprofani-tty-afbd2693cd966525b1a0625540b208a33d44b40e.tar.gz
Applied coding style to src/event/
Diffstat (limited to 'src/event/ui_events.h')
-rw-r--r--src/event/ui_events.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/event/ui_events.h b/src/event/ui_events.h
index 3f7fed02..279d1e2a 100644
--- a/src/event/ui_events.h
+++ b/src/event/ui_events.h
@@ -36,7 +36,7 @@
 #define UI_EVENTS_H
 
 void ui_ev_focus_win(ProfWin *win);
-ProfChatWin* ui_ev_new_chat_win(const char * const barejid);
-ProfPrivateWin* ui_ev_new_private_win(const char * const fulljid);
+ProfChatWin* ui_ev_new_chat_win(const char *const barejid);
+ProfPrivateWin* ui_ev_new_private_win(const char *const fulljid);
 
-#endif
\ No newline at end of file
+#endif