[epiphany] Fix code style issue
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Fix code style issue
- Date: Tue, 27 Nov 2018 19:54:35 +0000 (UTC)
commit 518983112b10e01022980c31d2310db23a3a224b
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Tue Nov 27 13:54:13 2018 -0600
Fix code style issue
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 f9ff26654..70b6472b6 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -372,7 +372,8 @@ ephy_web_view_get_popups_allowed (EphyWebView *view)
gboolean allow;
location = ephy_web_view_get_address (view);
- if (location == NULL) return FALSE;/* FALSE, TRUE… same thing */
+ if (location == NULL)
+ return FALSE; /* FALSE, TRUE… same thing */
allow = g_settings_get_boolean (EPHY_SETTINGS_WEB,
EPHY_PREFS_WEB_ENABLE_POPUPS);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]