test_{tricky,toolarge}: fixed code style

This commit is contained in:
Evgeny Grin (Karlson2k)
2021-11-06 19:42:02 +03:00
parent f6c286d79a
commit 7999c2d7bf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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");
+1 -1
View File
@@ -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");