aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-15 23:50:53 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 16:48:42 +0800
commit8cb7b09f0304ec0cdb48bbe9ef0b9fa5dda29442 (patch)
tree48946a8445bbd393fc8885e2aebe55250b98f39f /src
parentafc07bd845ca8ce44b1dd59af2cd401544063c86 (diff)
downloadgsoc2013-empathy-8cb7b09f0304ec0cdb48bbe9ef0b9fa5dda29442.tar
gsoc2013-empathy-8cb7b09f0304ec0cdb48bbe9ef0b9fa5dda29442.tar.gz
gsoc2013-empathy-8cb7b09f0304ec0cdb48bbe9ef0b9fa5dda29442.tar.bz2
gsoc2013-empathy-8cb7b09f0304ec0cdb48bbe9ef0b9fa5dda29442.tar.lz
gsoc2013-empathy-8cb7b09f0304ec0cdb48bbe9ef0b9fa5dda29442.tar.xz
gsoc2013-empathy-8cb7b09f0304ec0cdb48bbe9ef0b9fa5dda29442.tar.zst
gsoc2013-empathy-8cb7b09f0304ec0cdb48bbe9ef0b9fa5dda29442.zip
empathy-tube-dispatch: fix coding style
Diffstat (limited to 'src')
-rw-r--r--src/empathy-tube-dispatch.c2
-rw-r--r--src/empathy-tube-dispatch.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/empathy-tube-dispatch.c b/src/empathy-tube-dispatch.c
index 63b31b2b6..545f67935 100644
--- a/src/empathy-tube-dispatch.c
+++ b/src/empathy-tube-dispatch.c
@@ -149,7 +149,7 @@ empathy_tube_dispatch_constructed (GObject *object)
const gchar *channel_type;
TpTubeType type;
- priv->dbus = tp_dbus_daemon_new (tp_get_bus());
+ priv->dbus = tp_dbus_daemon_new (tp_get_bus ());
channel = empathy_dispatch_operation_get_channel (priv->operation);
properties = tp_channel_borrow_immutable_properties (channel);
diff --git a/src/empathy-tube-dispatch.h b/src/empathy-tube-dispatch.h
index f1328bb68..844c88145 100644
--- a/src/empathy-tube-dispatch.h
+++ b/src/empathy-tube-dispatch.h
@@ -44,11 +44,11 @@ struct _EmpathyTubeDispatch {
GObject parent;
};
-GType empathy_tube_dispatch_get_type(void);
+GType empathy_tube_dispatch_get_type (void);
/* TYPE MACROS */
#define EMPATHY_TYPE_TUBE_DISPATCH \
- (empathy_tube_dispatch_get_type())
+ (empathy_tube_dispatch_get_type ())
#define EMPATHY_TUBE_DISPATCH(obj) \
(G_TYPE_CHECK_INSTANCE_CAST((obj), EMPATHY_TYPE_TUBE_DISPATCH, \
EmpathyTubeDispatch))