aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-04-14 10:49:35 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-04-14 11:27:27 +0200
commit00e819621313780d3913b1007b6e8fccca3a7789 (patch)
tree5a455627614bc9b74ff47705c36f67c041ef6f03
parent125d2a09015f0d2e9c491060e115163352e3dbc4 (diff)
port-qmi: minor alignment fixes
-rw-r--r--src/mm-port-qmi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mm-port-qmi.c b/src/mm-port-qmi.c
index c865d454..2fc72c65 100644
--- a/src/mm-port-qmi.c
+++ b/src/mm-port-qmi.c
@@ -1450,9 +1450,9 @@ setup_data_format_completed (GTask *task)
static void
check_data_format_combination (GTask *task)
{
- MMPortQmi *self;
+ MMPortQmi *self;
InternalSetupDataFormatContext *ctx;
- gboolean first_iteration;
+ gboolean first_iteration;
self = g_task_get_source_object (task);
ctx = g_task_get_task_data (task);
@@ -1499,7 +1499,7 @@ check_data_format_combination (GTask *task)
}
g_task_return_new_error (task, MM_CORE_ERROR, MM_CORE_ERROR_FAILED,
- "No more data format combinations supported");
+ "No more data format combinations supported");
g_object_unref (task);
}