From 2cef909cdd985117c9d3aa041f2e0a9323355199 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sat, 16 Apr 2022 14:20:49 +0300 Subject: [PATCH] test_postprocessor_amp: fixed code style --- src/microhttpd/test_postprocessor_amp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/microhttpd/test_postprocessor_amp.c b/src/microhttpd/test_postprocessor_amp.c index 610a3da3..0569cb1f 100644 --- a/src/microhttpd/test_postprocessor_amp.c +++ b/src/microhttpd/test_postprocessor_amp.c @@ -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. */