summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-09-17 14:36:34 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-09-17 14:36:34 -0500
commit5bdbfda37fbd959a5f630ac8e939e6f6114d0744 (patch)
tree08bba34fc2095af4f55a37d30fc65d8609472dc9
parent855b4a1a27859ccc99ffb1d0b5eabb428371767d (diff)
downloadepiphany-5bdbfda37fbd959a5f630ac8e939e6f6114d0744.tar.gz
main: code style fix
-rw-r--r--src/ephy-main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c
index b19bdc0a7..2f4384efc 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -120,7 +120,8 @@ get_startup_id (void)
guint32 retval = 0;
startup_id = g_getenv ("DESKTOP_STARTUP_ID");
- if (startup_id == NULL) return 0;
+ if (startup_id == NULL)
+ return 0;
/* Find the launch time from the startup_id, if it's there. Newer spec
* states that the startup_id is of the form <unique>_TIME<timestamp>