codestyle: remove whitespaces
This commit is contained in:
@@ -355,7 +355,7 @@ call_added_cb (GDBOVoiceCallManager *voice,
|
|||||||
|
|
||||||
g_debug ("Call `%s' addition in progress", path);
|
g_debug ("Call `%s' addition in progress", path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
call_removed_cb (GDBOVoiceCallManager *voice,
|
call_removed_cb (GDBOVoiceCallManager *voice,
|
||||||
@@ -391,7 +391,7 @@ call_removed_cb (GDBOVoiceCallManager *voice,
|
|||||||
remove_call (self, ofono_call, reason->str);
|
remove_call (self, ofono_call, reason->str);
|
||||||
|
|
||||||
g_string_free (reason, TRUE);
|
g_string_free (reason, TRUE);
|
||||||
|
|
||||||
g_debug ("Removed call `%s'", path);
|
g_debug ("Removed call `%s'", path);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -500,7 +500,7 @@ constructed (GObject *object)
|
|||||||
self);
|
self);
|
||||||
|
|
||||||
g_clear_object (&self->modem);
|
g_clear_object (&self->modem);
|
||||||
|
|
||||||
G_OBJECT_CLASS (calls_ofono_origin_parent_class)->constructed (object);
|
G_OBJECT_CLASS (calls_ofono_origin_parent_class)->constructed (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -403,7 +403,7 @@ constructed (GObject *object)
|
|||||||
NULL,
|
NULL,
|
||||||
(GAsyncReadyCallback) get_modems_cb,
|
(GAsyncReadyCallback) get_modems_cb,
|
||||||
self);
|
self);
|
||||||
|
|
||||||
G_OBJECT_CLASS (calls_ofono_provider_parent_class)->constructed (object);
|
G_OBJECT_CLASS (calls_ofono_provider_parent_class)->constructed (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user