gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 04/04: test_{tricky,toolarge}: fixed code style


From: gnunet
Subject: [libmicrohttpd] 04/04: test_{tricky,toolarge}: fixed code style
Date: Sat, 06 Nov 2021 17:42:17 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 7999c2d7bfcc3cee873451ee31cd757fc0192d14
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Nov 6 19:42:02 2021 +0300

    test_{tricky,toolarge}: fixed code style
---
 src/testcurl/test_toolarge.c | 2 +-
 src/testcurl/test_tricky.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testcurl/test_toolarge.c b/src/testcurl/test_toolarge.c
index 0b4748eb..2cb1f48e 100644
--- a/src/testcurl/test_toolarge.c
+++ b/src/testcurl/test_toolarge.c
@@ -489,7 +489,7 @@ ahcCheck (void *cls,
     mhdErrorExitDesc ("Wrong number of headers in the request");
 
   response = MHD_create_response_from_buffer (param->rp_data_size,
-                                              (void*) param->rp_data,
+                                              (void *) param->rp_data,
                                               MHD_RESPMEM_MUST_COPY);
   if (NULL == response)
     mhdErrorExitDesc ("Failed to create response");
diff --git a/src/testcurl/test_tricky.c b/src/testcurl/test_tricky.c
index 49b89e84..c0233bda 100644
--- a/src/testcurl/test_tricky.c
+++ b/src/testcurl/test_tricky.c
@@ -417,7 +417,7 @@ ahcCheck (void *cls,
     mhdErrorExitDesc ("Wrong number of headers in the request");
 
   response = MHD_create_response_from_buffer (param->rp_data_size,
-                                              (void*) param->rp_data,
+                                              (void *) param->rp_data,
                                               MHD_RESPMEM_MUST_COPY);
   if (NULL == response)
     mhdErrorExitDesc ("Failed to create response");

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