mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
test_postprocessor_amp: fixed code style
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user