summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-01-27 11:55:29 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-05-12 12:30:41 +0200
commit49e810fd4e85a3b652bd3cf75d8bb195052b739f (patch)
tree59cddbff07fb0aa3b10ee91b34aa9955e20f9a1f
parent6fe82938b9cabf4b0a6271231e97e8e7ada7d8c5 (diff)
coding style fix
-rw-r--r--telepathy-glib/proxy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c
index 0978c1c0..ae891cf9 100644
--- a/telepathy-glib/proxy.c
+++ b/telepathy-glib/proxy.c
@@ -1824,7 +1824,9 @@ tp_proxy_prepare_async (gpointer self,
* (this doesn't seem ideal, but is
* consistent with TpAccountManager's existing behaviour) */
if (state == FEATURE_STATE_INVALID)
- continue;
+ {
+ continue;
+ }
else if (state == FEATURE_STATE_UNWANTED ||
(state == FEATURE_STATE_FAILED && feature->can_retry))
{