diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-09-10 12:20:00 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-09-10 12:24:38 +0200 |
commit | 87224e083cfe08d629f8ebca86a6c9cb6c335ae2 (patch) | |
tree | 1c8d907cb800dfed1e738350cbc0b71576cf7844 | |
parent | 141e69bc0078427dd2e92794593522606a23894f (diff) |
tests,helpers: minor indentation fix
-rw-r--r-- | plugins/tests/test-helpers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/tests/test-helpers.h b/plugins/tests/test-helpers.h index f37d80e2..8362754c 100644 --- a/plugins/tests/test-helpers.h +++ b/plugins/tests/test-helpers.h @@ -20,7 +20,7 @@ #include <libmm-glib.h> void mm_test_helpers_compare_bands (GArray *bands, - const MMModemBand *expected_bands, - guint n_expected_bands); + const MMModemBand *expected_bands, + guint n_expected_bands); #endif /* TEST_HELPERS_H */ |