aboutsummaryrefslogtreecommitdiff
path: root/plugins/tests/test-helpers.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-10-14 15:12:27 +0200
committerAleksander Morgado <aleksander@aleksander.es>2019-10-14 15:30:29 +0200
commitb99597b59405315e7a71a272bcbde1ebab86c5e1 (patch)
tree85227b6afd9a1e598f24530809a3567c452494ba /plugins/tests/test-helpers.c
parentd5d0ed0b24eecb12f93c9b8ce65ac59fe188f60a (diff)
tests,helpers: minor alignment fix
Diffstat (limited to 'plugins/tests/test-helpers.c')
-rw-r--r--plugins/tests/test-helpers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/tests/test-helpers.c b/plugins/tests/test-helpers.c
index 5620c042..1fe2cdc6 100644
--- a/plugins/tests/test-helpers.c
+++ b/plugins/tests/test-helpers.c
@@ -24,8 +24,8 @@
void
mm_test_helpers_compare_bands (GArray *bands,
- const MMModemBand *expected_bands,
- guint n_expected_bands)
+ const MMModemBand *expected_bands,
+ guint n_expected_bands)
{
gchar *bands_str;
GArray *expected_bands_array;