[epiphany/mcatanzaro/web-apps-again-again-again: 8/9] Code style fix
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/web-apps-again-again-again: 8/9] Code style fix
- Date: Fri, 24 May 2019 20:54:36 +0000 (UTC)
commit d830e4d5704217c647b7cec5f0c384657d26dbc1
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Fri May 24 15:42:08 2019 -0500
Code style fix
src/ephy-shell.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 2917371e8..b5e63eaa7 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -829,7 +829,7 @@ ephy_shell_get_session (EphyShell *shell)
g_assert (EPHY_IS_SHELL (shell));
mode = ephy_embed_shell_get_mode (EPHY_EMBED_SHELL (shell));
- if (mode == EPHY_EMBED_SHELL_MODE_APPLICATION || mode == EPHY_EMBED_SHELL_MODE_INCOGNITO || mode ==
EPHY_EMBED_SHELL_MODE_AUTOMATION)
+ if (mode == EPHY_EMBED_SHELL_MODE_APPLICATION || mode == EPHY_EMBED_SHELL_MODE_INCOGNITO || mode ==
EPHY_EMBED_SHELL_MODE_AUTOMATION)
return NULL;
if (shell->session == NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]