gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 05/07: test_postprocessor_amp: fixed code style


From: gnunet
Subject: [libmicrohttpd] 05/07: test_postprocessor_amp: fixed code style
Date: Sun, 17 Apr 2022 14:27:02 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 2cef909cdd985117c9d3aa041f2e0a9323355199
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Apr 16 14:20:49 2022 +0300

    test_postprocessor_amp: fixed code style
---
 src/microhttpd/test_postprocessor_amp.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/microhttpd/test_postprocessor_amp.c 
b/src/microhttpd/test_postprocessor_amp.c
index 610a3da3..0569cb1f 100644
--- a/src/microhttpd/test_postprocessor_amp.c
+++ b/src/microhttpd/test_postprocessor_amp.c
@@ -8,9 +8,9 @@
 uint64_t num_errors;
 
 enum MHD_Result
-check_post (void *cls, enum MHD_ValueKind kind, const char*key,
-            const char*filename, const char*content_type,
-            const char*content_encoding, const char*data,
+check_post (void *cls, enum MHD_ValueKind kind, const char *key,
+            const char *filename, const char *content_type,
+            const char *content_encoding, const char *data,
             uint64_t off, size_t size)
 {
   (void) cls; (void) kind; (void) filename; (void) content_type;  /* Unused. 
Silent compiler warning. */

-- 
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]