Browse Source

mhd_recv.h: fixed code style

Evgeny Grin (Karlson2k) 1 năm trước cách đây
mục cha
commit
638ef69dc6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/mhd2/mhd_recv.h

+ 1 - 1
src/mhd2/mhd_recv.h

@@ -49,7 +49,7 @@ struct MHD_Connection; /* forward declaration */
 MHD_INTERNAL enum mhd_SocketError
 MHD_INTERNAL enum mhd_SocketError
 mhd_recv (struct MHD_Connection *restrict c,
 mhd_recv (struct MHD_Connection *restrict c,
           size_t buf_size,
           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)
           size_t *restrict received)
 MHD_FN_PAR_NONNULL_ALL_ MHD_FN_PAR_OUT_SIZE_(3,2) MHD_FN_PAR_OUT_ (4);
 MHD_FN_PAR_NONNULL_ALL_ MHD_FN_PAR_OUT_SIZE_(3,2) MHD_FN_PAR_OUT_ (4);