gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 02/02: test_str: fixed code style


From: gnunet
Subject: [libmicrohttpd] 02/02: test_str: fixed code style
Date: Tue, 07 Jun 2022 20:28:50 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 109311446eeecf5341b5f39a04016833c1ffc0d0
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Jun 7 21:28:28 2022 +0300

    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;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]