[epiphany/tls-errors] Small reformat



commit c95585764b5740a77165d99467b8736ce9c35e50
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Wed Jul 9 16:26:24 2014 -0500

    Small reformat

 src/ephy-window.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index b45ab0f..e1e5892 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3147,9 +3147,7 @@ lock_clicked_cb (EphyLocationController *controller,
        g_return_if_fail (certificate);
        g_return_if_fail (G_IS_TLS_CERTIFICATE (certificate));
 
-       open_certificate_viewer (window,
-                                certificate,
-                                tls_errors);
+       open_certificate_viewer (window, certificate, tls_errors);
 }
 
 static GtkWidget *


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