diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-14 15:12:27 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-14 15:30:29 +0200 |
commit | b99597b59405315e7a71a272bcbde1ebab86c5e1 (patch) | |
tree | 85227b6afd9a1e598f24530809a3567c452494ba | |
parent | d5d0ed0b24eecb12f93c9b8ce65ac59fe188f60a (diff) |
tests,helpers: minor alignment fix
-rw-r--r-- | plugins/tests/test-helpers.c | 4 |
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; |