aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-common.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-05-23 17:30:16 +0200
committerAleksander Morgado <aleksander@aleksander.es>2015-08-02 10:39:47 +0200
commitc0e05dbd43bf6b6752ff69b1c27071f88a123923 (patch)
tree8e685f1b2a66e68b30220b36fff7a6d8e0049977 /cli/mmcli-common.h
parentf67cc379563928ec09e859301d89d7408befcd1c (diff)
cli,voice: minor coding style fixes
Diffstat (limited to 'cli/mmcli-common.h')
-rw-r--r--cli/mmcli-common.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/cli/mmcli-common.h b/cli/mmcli-common.h
index 2b807b04..1707dab5 100644
--- a/cli/mmcli-common.h
+++ b/cli/mmcli-common.h
@@ -79,18 +79,18 @@ MMSms *mmcli_get_sms_sync (GDBusConnection *connection,
MMManager **manager,
MMObject **object);
-void mmcli_get_call (GDBusConnection *connection,
- const gchar *path_or_index,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+void mmcli_get_call (GDBusConnection *connection,
+ const gchar *path_or_index,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
MMCall *mmcli_get_call_finish (GAsyncResult *res,
- MMManager **manager,
- MMObject **object);
+ MMManager **manager,
+ MMObject **object);
MMCall *mmcli_get_call_sync (GDBusConnection *connection,
- const gchar *path_or_index,
- MMManager **manager,
- MMObject **object);
+ const gchar *path_or_index,
+ MMManager **manager,
+ MMObject **object);
const gchar *mmcli_get_state_reason_string (MMModemStateChangeReason reason);