mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-27 04:09:31 +03:00
test_{tricky,toolarge}: fixed code style
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user