[empathy] coding style fixes



commit 2fa738e0b080215563a5da9805d98dba89ba5554
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Aug 30 17:46:23 2010 +0200

    coding style fixes

 libempathy/empathy-tls-certificate.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libempathy/empathy-tls-certificate.c b/libempathy/empathy-tls-certificate.c
index acb94c7..e2fc676 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]