commit 109311446eeecf5341b5f39a04016833c1ffc0d0
parent b1a5840766481d9b1ce3836a176681367897cf1f
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Tue, 7 Jun 2022 21:28:28 +0300
test_str: fixed code style
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/test_str.c b/src/microhttpd/test_str.c
@@ -244,7 +244,7 @@ n_prnt (const char *str)
{
static char *buf; /* should be enough for testing */
static const size_t buf_size = sizeof(tmp_bufs[0]);
- const unsigned char *p = (const unsigned char*) str;
+ const unsigned char *p = (const unsigned char *) str;
size_t w_pos = 0;
if (++buf_idx > 3)
buf_idx = 0;