calendar-server: Add missing spaces
... according to coding style. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/1875
This commit is contained in:
parent
20648e9207
commit
8f9da6f801
@ -188,7 +188,7 @@ calendar_sources_init (CalendarSources *sources)
|
|||||||
because of e-d-s problems. So just exit here.
|
because of e-d-s problems. So just exit here.
|
||||||
*/
|
*/
|
||||||
g_warning ("Failed to start evolution-source-registry: %s", error->message);
|
g_warning ("Failed to start evolution-source-registry: %s", error->message);
|
||||||
exit(EXIT_FAILURE);
|
exit (EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
g_object_unref (session_bus);
|
g_object_unref (session_bus);
|
||||||
@ -298,7 +298,7 @@ create_client_for_source (ESource *source,
|
|||||||
g_warning ("Could not load source '%s': %s",
|
g_warning ("Could not load source '%s': %s",
|
||||||
e_source_get_uid (source),
|
e_source_get_uid (source),
|
||||||
error->message);
|
error->message);
|
||||||
g_clear_error(&error);
|
g_clear_error (&error);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user