From 5e8fcdce36151ee61fbbe3937b2a8d1e58850b6e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 6 Jan 2014 15:27:03 +0100 Subject: coding style fixes https://bugzilla.gnome.org/show_bug.cgi?id=721484 --- tests/empathy-tls-test.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tests/empathy-tls-test.c') diff --git a/tests/empathy-tls-test.c b/tests/empathy-tls-test.c index d48bfccfd..91b05761f 100644 --- a/tests/empathy-tls-test.c +++ b/tests/empathy-tls-test.c @@ -52,7 +52,8 @@ mock_tls_certificate_init (MockTLSCertificate *self) { self->state = TP_TLS_CERTIFICATE_STATE_PENDING; self->cert_type = g_strdup ("x509"); - self->cert_data = g_ptr_array_new_with_free_func((GDestroyNotify) g_array_unref); + self->cert_data = g_ptr_array_new_with_free_func ((GDestroyNotify) + g_array_unref); self->rejections = g_ptr_array_new (); } @@ -185,7 +186,7 @@ mock_tls_certificate_iface_init (gpointer g_iface, gpointer iface_data) { TpSvcAuthenticationTLSCertificateClass *klass = - (TpSvcAuthenticationTLSCertificateClass*)g_iface; + (TpSvcAuthenticationTLSCertificateClass *) g_iface; tp_svc_authentication_tls_certificate_implement_accept (klass, mock_tls_certificate_accept); @@ -227,7 +228,7 @@ mock_tls_certificate_assert_rejected (MockTLSCertificate *self, } #endif -static MockTLSCertificate* +static MockTLSCertificate * mock_tls_certificate_new_and_register (TpDBusDaemon *dbus, const gchar *path, ...) -- cgit v1.2.3