diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-08-18 23:54:34 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-08-19 01:19:00 +0800 |
commit | 37d64d2ec686d48a88db3f94b92e88df213b11b7 (patch) | |
tree | b0ddd4316e1de80dbfdddd04081e4b059d2bf36a /libempathy/empathy-tls-certificate.c | |
parent | 460043daa52d76ffdc90b2f9cf6432b12c850a0f (diff) | |
download | gsoc2013-empathy-37d64d2ec686d48a88db3f94b92e88df213b11b7.tar gsoc2013-empathy-37d64d2ec686d48a88db3f94b92e88df213b11b7.tar.gz gsoc2013-empathy-37d64d2ec686d48a88db3f94b92e88df213b11b7.tar.bz2 gsoc2013-empathy-37d64d2ec686d48a88db3f94b92e88df213b11b7.tar.lz gsoc2013-empathy-37d64d2ec686d48a88db3f94b92e88df213b11b7.tar.xz gsoc2013-empathy-37d64d2ec686d48a88db3f94b92e88df213b11b7.tar.zst gsoc2013-empathy-37d64d2ec686d48a88db3f94b92e88df213b11b7.zip |
Remove whitespace
Diffstat (limited to 'libempathy/empathy-tls-certificate.c')
-rw-r--r-- | libempathy/empathy-tls-certificate.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy/empathy-tls-certificate.c b/libempathy/empathy-tls-certificate.c index d758b4c48..acdbcec93 100644 --- a/libempathy/empathy-tls-certificate.c +++ b/libempathy/empathy-tls-certificate.c @@ -82,7 +82,7 @@ tls_certificate_init_finish (GAsyncInitable *initable, if (g_simple_async_result_propagate_error (priv->async_init_res, error)) retval = FALSE; - return retval; + return retval; } static GType @@ -273,7 +273,7 @@ empathy_tls_certificate_class_init (EmpathyTLSCertificateClass *klass) oclass->get_property = empathy_tls_certificate_get_property; oclass->set_property = empathy_tls_certificate_set_property; oclass->finalize = empathy_tls_certificate_finalize; - + g_type_class_add_private (klass, sizeof (EmpathyTLSCertificatePriv)); pspec = g_param_spec_string ("object-path", "The object path", @@ -576,7 +576,7 @@ empathy_tls_certificate_store_ca (EmpathyTLSCertificate *self) goto out; } - + do { g_free (path); |