aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-30 23:46:23 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-30 23:46:23 +0800
commit2fa738e0b080215563a5da9805d98dba89ba5554 (patch)
tree642f4451ea2441abfd4acbc75d7531a4c615b880
parente060d3b2d0033e4a20eec2389c798872404d5fea (diff)
downloadgsoc2013-empathy-EMPATHY_2_31_91.tar
gsoc2013-empathy-EMPATHY_2_31_91.tar.gz
gsoc2013-empathy-EMPATHY_2_31_91.tar.bz2
gsoc2013-empathy-EMPATHY_2_31_91.tar.lz
gsoc2013-empathy-EMPATHY_2_31_91.tar.xz
gsoc2013-empathy-EMPATHY_2_31_91.tar.zst
gsoc2013-empathy-EMPATHY_2_31_91.zip
coding style fixesEMPATHY_2_31_91
-rw-r--r--libempathy/empathy-tls-certificate.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/empathy-tls-certificate.c b/libempathy/empathy-tls-certificate.c
index acb94c79d..e2fc67614 100644
--- a/libempathy/empathy-tls-certificate.c
+++ b/libempathy/empathy-tls-certificate.c
@@ -132,11 +132,10 @@ empathy_tls_certificate_prepare_async (EmpathyTLSCertificate *self,
return;
}
-
/* if the object is already prepared, just complete in idle */
if (priv->is_prepared)
- {
+ {
tp_simple_async_report_success_in_idle (G_OBJECT (self),
callback, user_data, empathy_tls_certificate_prepare_async);