about summary refs log tree commit diff stats
path: root/src/jabber.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jabber.h')
-rw-r--r--src/jabber.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jabber.h b/src/jabber.h
index c10c9ca6..b7e3f87c 100644
--- a/src/jabber.h
+++ b/src/jabber.h
@@ -1,8 +1,8 @@
-/* 
+/*
  * jabber.h
  *
  * Copyright (C) 2012 James Booth <boothj5@gmail.com>
- * 
+ *
  * This file is part of Profanity.
  *
  * Profanity is free software: you can redistribute it and/or modify
@@ -41,7 +41,7 @@ typedef enum {
 } jabber_presence_t;
 
 void jabber_init(const int disable_tls);
-jabber_conn_status_t jabber_connect(const char * const user, 
+jabber_conn_status_t jabber_connect(const char * const user,
     const char * const passwd);
 gboolean jabber_disconnect(void);
 void jabber_roster_request(void);