1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-20 02:42:09 +03:00

libssh2_priv.h: whitespace fixes [ci skip]

This commit is contained in:
Viktor Szakats
2023-04-25 15:50:37 +00:00
parent f2de2fda4e
commit 6939f08a88

View File

@@ -630,6 +630,7 @@ struct _LIBSSH2_SESSION
{
/* Memory management callbacks */
void *abstract;
LIBSSH2_ALLOC_FUNC((*alloc));
LIBSSH2_REALLOC_FUNC((*realloc));
LIBSSH2_FREE_FUNC((*free));