[gnome-shell/wip/mcrha/issue1875: 4/6] calendar-server: Add missing spaces
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-shell/wip/mcrha/issue1875: 4/6] calendar-server: Add missing spaces
 
- Date: Mon, 27 Apr 2020 16:10:20 +0000 (UTC)
 
commit 6df23c76b9235644db9b6d2c8b2a33414edaaae1
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Apr 22 17:10:31 2020 +0200
    calendar-server: Add missing spaces
    
    ... according to coding style.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/1875
 src/calendar-server/calendar-sources.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/calendar-server/calendar-sources.c b/src/calendar-server/calendar-sources.c
index 145304a92a..0737fbd939 100644
--- a/src/calendar-server/calendar-sources.c
+++ b/src/calendar-server/calendar-sources.c
@@ -188,7 +188,7 @@ calendar_sources_init (CalendarSources *sources)
          because of e-d-s problems. So just exit here.
       */
       g_warning ("Failed to start evolution-source-registry: %s", error->message);
-      exit(EXIT_FAILURE);
+      exit (EXIT_FAILURE);
     }
 
   g_object_unref (session_bus);
@@ -298,7 +298,7 @@ create_client_for_source (ESource              *source,
       g_warning ("Could not load source '%s': %s",
                  e_source_get_uid (source),
                  error->message);
-      g_clear_error(&error);
+      g_clear_error (&error);
       return;
     }
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]