mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 12: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);
|
g_assert_cmpstr (get_protocol_from_address ("mailto:charley@spam.com"), ==, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
string_contains_char (char *str, char c)
|
string_contains_char (char *str, char c)
|
||||||
{
|
{
|
||||||
|
@ -35,6 +36,8 @@ string_contains_char (char *str, char c)
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
test_dtmf_tone_validity (void)
|
test_dtmf_tone_validity (void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue