tests: util: Codestyle
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user