mhd_recv.h: fixed code style

This commit is contained in:
Evgeny Grin (Karlson2k)
2024-11-21 22:44:19 +03:00
parent f996b18c04
commit 638ef69dc6
+1 -1
View File
@@ -49,7 +49,7 @@ struct MHD_Connection; /* forward declaration */
MHD_INTERNAL enum mhd_SocketError
mhd_recv (struct MHD_Connection *restrict c,
size_t buf_size,
char buffer[MHD_FN_PAR_DYN_ARR_SIZE_(buf_size)],
char buffer[MHD_FN_PAR_DYN_ARR_SIZE_ (buf_size)],
size_t *restrict received)
MHD_FN_PAR_NONNULL_ALL_ MHD_FN_PAR_OUT_SIZE_(3,2) MHD_FN_PAR_OUT_ (4);