diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-11-13 23:15:17 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-13 23:59:22 +0800 |
commit | d7e43c8e57ef7e164b77823983acb16bb2026672 (patch) | |
tree | 5e2a9254a03a0c116f3db88da383d9873d78e909 /libempathy/empathy-tp-chat.h | |
parent | 77cd05e44a390273974fbb53266b0173a9ac7368 (diff) | |
download | gsoc2013-empathy-d7e43c8e57ef7e164b77823983acb16bb2026672.tar.gz gsoc2013-empathy-d7e43c8e57ef7e164b77823983acb16bb2026672.tar.zst gsoc2013-empathy-d7e43c8e57ef7e164b77823983acb16bb2026672.zip |
Respect indentation style.
Diffstat (limited to 'libempathy/empathy-tp-chat.h')
-rw-r--r-- | libempathy/empathy-tp-chat.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libempathy/empathy-tp-chat.h b/libempathy/empathy-tp-chat.h index 013a926bf..940c36095 100644 --- a/libempathy/empathy-tp-chat.h +++ b/libempathy/empathy-tp-chat.h @@ -86,16 +86,16 @@ void empathy_tp_chat_acknowledge_message (EmpathyTpChat *chat, void empathy_tp_chat_acknowledge_messages (EmpathyTpChat *chat, const GList *messages); -gboolean empathy_tp_chat_password_needed (EmpathyTpChat *chat); +gboolean empathy_tp_chat_password_needed (EmpathyTpChat *chat); -void empathy_tp_chat_provide_password_async (EmpathyTpChat *chat, - const gchar *password, - GAsyncReadyCallback callback, - gpointer user_data); +void empathy_tp_chat_provide_password_async (EmpathyTpChat *chat, + const gchar *password, + GAsyncReadyCallback callback, + gpointer user_data); -gboolean empathy_tp_chat_provide_password_finish (EmpathyTpChat *chat, - GAsyncResult *result, - GError **error); +gboolean empathy_tp_chat_provide_password_finish (EmpathyTpChat *chat, + GAsyncResult *result, + GError **error); G_END_DECLS |