1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-06 03:25:31 +00:00

tests: util: Codestyle

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-12-07 10:50:19 +01:00
parent 625b26be32
commit bbccb7667e

View file

@ -24,6 +24,7 @@ test_protocol_prefix (void)
g_assert_cmpstr (get_protocol_from_address ("mailto:charley@spam.com"), ==, NULL);
}
static gboolean
string_contains_char (char *str, char c)
{
@ -35,6 +36,8 @@ string_contains_char (char *str, char c)
return FALSE;
}
static void
test_dtmf_tone_validity (void)
{