[epiphany] window: Another code style fix



commit 0d34fd92cddff08a7bc155352e3db6c88bb22174
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Sep 17 14:59:29 2016 -0500

    window: Another code style fix

 src/ephy-window.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 1a372f8..1395195 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3455,7 +3455,8 @@ ephy_window_close (EphyWindow *window)
   /* We ignore the delete_event if the disable_quit lockdown has been set
    */
   if (g_settings_get_boolean (EPHY_SETTINGS_LOCKDOWN,
-                              EPHY_PREFS_LOCKDOWN_QUIT)) return FALSE;
+                              EPHY_PREFS_LOCKDOWN_QUIT))
+    return FALSE;
 
   if (window->checking_modified_forms) {
     /* stop window close */


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