Przeglądaj źródła

mhd_recv.h: fixed code style

Evgeny Grin (Karlson2k) 1 rok temu
rodzic
commit
638ef69dc6
1 zmienionych plików z 1 dodań i 1 usunięć
  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_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);