]> git.0d.be Git - empathy.git/commitdiff
Remove whitespace
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 18 Aug 2010 15:54:34 +0000 (17:54 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 18 Aug 2010 17:19:00 +0000 (19:19 +0200)
libempathy/empathy-server-tls-handler.c
libempathy/empathy-tls-certificate.c
libempathy/empathy-tls-verifier.c

index a207dffcf71022666ac8bf9f0906092895927c1a..885a8ea250d04f09cf2ed4fff6d19e4b53166507 100644 (file)
@@ -270,6 +270,6 @@ empathy_server_tls_handler_get_certificate (EmpathyServerTLSHandler *self)
   EmpathyServerTLSHandlerPriv *priv = GET_PRIV (self);
 
   g_assert (priv->certificate != NULL);
-  
+
   return priv->certificate;
 }
index d758b4c48e412c81d2a53b6ef82bdeca970826c4..acdbcec936d5a791521b948ca2804981c55ef362 100644 (file)
@@ -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);
index 01548b3254558e562ac23cd7918ba0783cad2546..000c9a35b65eaab4dc440aa9c34c749739746850 100644 (file)
@@ -203,7 +203,7 @@ complete_verification (EmpathyTLSVerifier *self)
 
   g_simple_async_result_complete_in_idle (priv->verify_result);
 
-  tp_clear_object (&priv->verify_result);  
+  tp_clear_object (&priv->verify_result);
 }
 
 static void
@@ -633,7 +633,7 @@ empathy_tls_verifier_constructed (GObject *object)
   EmpathyTLSVerifier *self = EMPATHY_TLS_VERIFIER (object);
 
   build_gnutls_cert_list (self);
-  
+
   if (G_OBJECT_CLASS (empathy_tls_verifier_parent_class)->constructed != NULL)
     G_OBJECT_CLASS (empathy_tls_verifier_parent_class)->constructed (object);
 }