[gnome-shell/gnome-3-36] calendar-server: Add missing spaces
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gnome-3-36] calendar-server: Add missing spaces
- Date: Sat, 27 Jun 2020 23:48:58 +0000 (UTC)
commit d14bf9a12a90b0c55d78f69726d5acd2703f0d16
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]