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:
parent
625b26be32
commit
bbccb7667e
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue