[epiphany] Code style fix
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Code style fix
- Date: Tue, 11 Jun 2019 21:44:43 +0000 (UTC)
commit cd8326630078ff7d09dbfde882b255a29047eb9d
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 9dfe26758..f62d62566 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -858,7 +858,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]