[epiphany] main: code style fix



commit 5bdbfda37fbd959a5f630ac8e939e6f6114d0744
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Sep 17 14:36:34 2016 -0500

    main: code style fix

 src/ephy-main.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-main.c b/src/ephy-main.c
index b19bdc0..2f4384e 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]