[epiphany] Improve return code style



commit a734b93f2436174cb52299a3ce3b6b7e63f3239e
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sat Jun 2 22:20:47 2018 -0500

    Improve return code style

 embed/ephy-web-view.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index e3e1342ed..c41ff74e3 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -271,7 +271,8 @@ popups_manager_hide (EphyEmbedContainer *container,
   g_assert (EPHY_IS_EMBED (embed));
 
   location = ephy_web_view_get_address (ephy_embed_get_web_view (embed));
-  if (location == NULL) return;
+  if (location == NULL)
+    return;
 
   features = popups_manager_new_window_info (container);
 


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