commit ed503f0b246a3e5b7a148032f3046b3561e3ad8c
parent 291a148080109f6783630996803753f67787b17c
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 31 Oct 2021 17:14:41 +0300
connection.c: fixed code style
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
@@ -221,7 +221,7 @@ str_conn_error_ (ssize_t mhd_err_code)
* @return pointer to allocated memory region in the pool or
* NULL if no memory is available
*/
-static void*
+static void *
connection_alloc_memory (struct MHD_Connection *connection,
size_t size)
{