[telepathy-mission-control/master] Move parenthesis as per wjt's review
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Oct 27 10:23:47 PDT 2009
---
src/mcd-dispatch-operation.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mcd-dispatch-operation.c b/src/mcd-dispatch-operation.c
index e8ad4f2..973d2ba 100644
--- a/src/mcd-dispatch-operation.c
+++ b/src/mcd-dispatch-operation.c
@@ -340,8 +340,8 @@ get_connection (TpSvcDBusProperties *self, const gchar *name, GValue *value)
DEBUG ("called for %s", priv->unique_name);
g_value_init (value, DBUS_TYPE_G_OBJECT_PATH);
g_value_set_boxed (value,
- _mcd_dispatch_operation_get_connection_path
- (MCD_DISPATCH_OPERATION (self)));
+ _mcd_dispatch_operation_get_connection_path (
+ MCD_DISPATCH_OPERATION (self)));
}
static void
--
1.5.6.5
More information about the telepathy-commits
mailing list