aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2025-03-28 16:49:56 +0100
committerDan Williams <dan@ioncontrol.co>2025-03-29 22:19:17 +0000
commitd00ff2d0a127bbe2fc3d73b7e10d3aa65675c1a6 (patch)
tree1ced6303a01ac768d8820010bb46c4f4fe2b312e
parentab8c9b341856c7a1aae563d682683f6fcca1f3ba (diff)
libmm-glib,test: Remove trailing whitespace
Signed-off-by: Guido Günther <agx@sigxcpu.org>
-rw-r--r--libmm-glib/tests/test-common-helpers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmm-glib/tests/test-common-helpers.c b/libmm-glib/tests/test-common-helpers.c
index b8923ab3..7ee69687 100644
--- a/libmm-glib/tests/test-common-helpers.c
+++ b/libmm-glib/tests/test-common-helpers.c
@@ -1012,7 +1012,7 @@ call_direction_from_string (void)
call_direction = mm_common_get_call_direction_from_string ("incoming", &error);
g_assert_no_error (error);
- g_assert (call_direction == MM_CALL_DIRECTION_INCOMING);
+ g_assert (call_direction == MM_CALL_DIRECTION_INCOMING);
}
static void
@@ -1256,7 +1256,7 @@ access_type_preference_from_string (void)
access_type_preference = mm_common_get_access_type_preference_from_string ("3gpp-preferred", &error);
g_assert_no_error (error);
- g_assert (access_type_preference == MM_BEARER_ACCESS_TYPE_PREFERENCE_3GPP_PREFERRED);
+ g_assert (access_type_preference == MM_BEARER_ACCESS_TYPE_PREFERENCE_3GPP_PREFERRED);
}
static void