about summary refs log tree commit diff stats
path: root/src/server_events.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/server_events.c')
-rw-r--r--src/server_events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server_events.c b/src/server_events.c
index e6d44dbe..3bea8c02 100644
--- a/src/server_events.c
+++ b/src/server_events.c
@@ -312,7 +312,7 @@ handle_contact_offline(char *barejid, char *resource, char *status)
                 } else if (g_strcmp0(show_console, "online") == 0) {
                     cons_show_contact_offline(contact, resource, status);
                 }
-                
+
                 // show in chat win if "all"
                 if (g_strcmp0(show_chat_win, "all") == 0) {
                     ui_chat_win_contact_offline(contact, resource, status);