all: code format
This commit is contained in:
@@ -9535,9 +9535,7 @@ test_svUnescape(void)
|
|||||||
}
|
}
|
||||||
#define V2(v_value, v_expected) \
|
#define V2(v_value, v_expected) \
|
||||||
{ \
|
{ \
|
||||||
.val = "" v_value "", \
|
.val = "" v_value "", .exp = v_expected, .can_concat = TRUE, \
|
||||||
.exp = v_expected, \
|
|
||||||
.can_concat = TRUE, \
|
|
||||||
.needs_ascii_separator = TRUE, \
|
.needs_ascii_separator = TRUE, \
|
||||||
}
|
}
|
||||||
const UnescapeTestData data_full[] = {
|
const UnescapeTestData data_full[] = {
|
||||||
|
@@ -8682,9 +8682,7 @@ test_nm_utils_strstrdictkey(void)
|
|||||||
{
|
{
|
||||||
#define _VALUES_STATIC(_v1, _v2) \
|
#define _VALUES_STATIC(_v1, _v2) \
|
||||||
{ \
|
{ \
|
||||||
.v1 = _v1, \
|
.v1 = _v1, .v2 = _v2, .v_static = _nm_utils_strstrdictkey_static(_v1, _v2), \
|
||||||
.v2 = _v2, \
|
|
||||||
.v_static = _nm_utils_strstrdictkey_static(_v1, _v2), \
|
|
||||||
}
|
}
|
||||||
const struct {
|
const struct {
|
||||||
const char *v1;
|
const char *v1;
|
||||||
|
Reference in New Issue
Block a user