[Telepathy-commits] [telepathy-gabble/master] conn-aliasing: Make the function identation style consistent
Sjoerd Simons
sjoerd at luon.net
Thu Aug 14 10:22:51 PDT 2008
20080814172251-93b9a-b5106ff112000bcd814e697d55f62d2c26225fc7.gz
---
src/conn-aliasing.c | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/src/conn-aliasing.c b/src/conn-aliasing.c
index 12b540e..b00e732 100644
--- a/src/conn-aliasing.c
+++ b/src/conn-aliasing.c
@@ -241,9 +241,9 @@ aliases_request_cache_pep (GabbleConnection *self,
static void
aliases_request_basic_pep_cb (GabbleConnection *self,
- LmMessage *msg,
- gpointer user_data,
- GError *error)
+ LmMessage *msg,
+ gpointer user_data,
+ GError *error)
{
GabbleConnectionAliasSource source = GABBLE_CONNECTION_ALIAS_NONE;
TpHandle handle = GPOINTER_TO_INT (user_data);
@@ -309,9 +309,11 @@ aliases_request_pep_cb (GabbleConnection *self,
static GabbleRequestPipelineItem *
-gabble_do_pep_request (GabbleConnection *self, TpHandle handle,
- TpHandleRepoIface *contact_handles, GabbleRequestPipelineCb callback,
- gpointer user_data)
+gabble_do_pep_request (GabbleConnection *self,
+ TpHandle handle,
+ TpHandleRepoIface *contact_handles,
+ GabbleRequestPipelineCb callback,
+ gpointer user_data)
{
LmMessage *msg;
GabbleRequestPipelineItem *pep_request;
--
1.5.6.3
More information about the Telepathy-commits
mailing list