From 109311446eeecf5341b5f39a04016833c1ffc0d0 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Tue, 7 Jun 2022 21:28:28 +0300 Subject: test_str: fixed code style --- src/microhttpd/test_str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microhttpd/test_str.c b/src/microhttpd/test_str.c index fbe06270..341585a2 100644 --- 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; -- cgit v1.2.3