commit 707ee5889c7cc660dc5280dfd2b3d6d419d59d6e
parent 25acbd1caafb357f0d96002d5779dcb683541cb1
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date: Thu, 25 Dec 2025 17:39:18 +0100
Improved formatting in the previous commit
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/tests/unit/test_str_from_value.c b/src/tests/unit/test_str_from_value.c
@@ -1693,8 +1693,9 @@ check_str_from_uint8_pad (void)
", while expecting 0.\n", t->val, (int) pad, (int) b_size,
(uintptr_t) rs);
}
- else if (0 != memcmp (buf + b_size, "##########", sizeof(buf) - b_size
- ))
+ else if (0 != memcmp (buf + b_size,
+ "##########",
+ sizeof(buf) - b_size))
{
t_failed++;
fprintf (stderr,