all: code format

This commit is contained in:
Íñigo Huguet
2025-05-13 11:43:33 +02:00
parent 3d1b55047b
commit bcbe386823
12 changed files with 25 additions and 29 deletions

View File

@@ -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[] = {

View File

@@ -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;