test_postprocessor_amp: fixed code style

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-04-17 15:24:37 +03:00
parent 3ebb982956
commit 2cef909cdd
+3 -3
View File
@@ -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. */