summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2018-03-29 20:51:26 +0100
committerRichard Hughes <richard@hughsie.com>2018-03-29 20:51:36 +0100
commit401fa0b8f6fcf06e6d2775d3e70aa2166469a7a0 (patch)
treeac86a8bdc4ec8b4ad1954fe239641064cefd9f53
parent2c8278a12b65911a9018a2c4934d8e791bdf88bf (diff)
downloadcolord-401fa0b8f6fcf06e6d2775d3e70aa2166469a7a0.tar.gz
trivial: Fix a couple of whitespace issues
-rw-r--r--lib/colord/cd-profile.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/colord/cd-profile.c b/lib/colord/cd-profile.c
index ace801f..8d17f51 100644
--- a/lib/colord/cd-profile.c
+++ b/lib/colord/cd-profile.c
@@ -664,11 +664,11 @@ cd_profile_connect_cb (GObject *source_object,
priv->proxy = g_dbus_proxy_new_for_bus_finish (res, &error);
if (priv->proxy == NULL) {
g_task_return_new_error (task,
- CD_PROFILE_ERROR,
- CD_PROFILE_ERROR_INTERNAL,
- "Failed to connect to profile %s: %s",
- cd_profile_get_object_path (profile),
- error->message);
+ CD_PROFILE_ERROR,
+ CD_PROFILE_ERROR_INTERNAL,
+ "Failed to connect to profile %s: %s",
+ cd_profile_get_object_path (profile),
+ error->message);
return;
}
@@ -681,10 +681,10 @@ cd_profile_connect_cb (GObject *source_object,
/* if the profile is missing, then fail */
if (id == NULL) {
g_task_return_new_error (task,
- CD_PROFILE_ERROR,
- CD_PROFILE_ERROR_INTERNAL,
- "Failed to connect to missing profile %s",
- cd_profile_get_object_path (profile));
+ CD_PROFILE_ERROR,
+ CD_PROFILE_ERROR_INTERNAL,
+ "Failed to connect to missing profile %s",
+ cd_profile_get_object_path (profile));
return;
}