[epiphany] Code style fix
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Code style fix
- Date: Wed, 2 Jan 2019 00:52:45 +0000 (UTC)
commit fca70d21d9895591847dc6c3707595bec18ea561
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Tue Jan 1 18:52:16 2019 -0600
Code style fix
src/ephy-shell.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 8684ee63f..d03d93c6b 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -776,7 +776,8 @@ ephy_shell_new_tab_full (EphyShell *shell,
embed_shell = EPHY_EMBED_SHELL (shell);
- if (flags & EPHY_NEW_TAB_JUMP) jump_to = TRUE;
+ if (flags & EPHY_NEW_TAB_JUMP)
+ jump_to = TRUE;
LOG ("Opening new tab window %p parent-embed %p jump-to:%s",
window, previous_embed, jump_to ? "t" : "f");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]