cli,voice: minor coding style fixes
This commit is contained in:
@@ -1250,12 +1250,13 @@ mmcli_get_call_finish (GAsyncResult *res,
|
||||
return g_object_ref (ctx->call);
|
||||
}
|
||||
|
||||
void mmcli_get_call (GDBusConnection *connection,
|
||||
void
|
||||
mmcli_get_call (GDBusConnection *connection,
|
||||
const gchar *path_or_index,
|
||||
GCancellable *cancellable,
|
||||
GAsyncReadyCallback callback,
|
||||
gpointer user_data) {
|
||||
|
||||
gpointer user_data)
|
||||
{
|
||||
GetVoiceContext *ctx;
|
||||
|
||||
ctx = g_new0 (GetVoiceContext, 1);
|
||||
@@ -1272,11 +1273,12 @@ void mmcli_get_call (GDBusConnection *connection,
|
||||
ctx);
|
||||
}
|
||||
|
||||
MMCall *mmcli_get_call_sync (GDBusConnection *connection,
|
||||
MMCall *
|
||||
mmcli_get_call_sync (GDBusConnection *connection,
|
||||
const gchar *path_or_index,
|
||||
MMManager **o_manager,
|
||||
MMObject **o_object) {
|
||||
|
||||
MMObject **o_object)
|
||||
{
|
||||
MMManager *manager;
|
||||
GList *modems;
|
||||
GList *l;
|
||||
@@ -1340,7 +1342,6 @@ MMCall *mmcli_get_call_sync (GDBusConnection *connection,
|
||||
return found;
|
||||
}
|
||||
|
||||
|
||||
/* Common options */
|
||||
static gchar *modem_str;
|
||||
static gchar *bearer_str;
|
||||
|
Reference in New Issue
Block a user