tests,helpers: minor alignment fix

This commit is contained in:
Aleksander Morgado
2019-10-14 15:12:27 +02:00
parent d5d0ed0b24
commit b99597b594

View File

@@ -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;