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:
@@ -630,6 +630,7 @@ struct _LIBSSH2_SESSION
|
|||||||
{
|
{
|
||||||
/* Memory management callbacks */
|
/* Memory management callbacks */
|
||||||
void *abstract;
|
void *abstract;
|
||||||
|
|
||||||
LIBSSH2_ALLOC_FUNC((*alloc));
|
LIBSSH2_ALLOC_FUNC((*alloc));
|
||||||
LIBSSH2_REALLOC_FUNC((*realloc));
|
LIBSSH2_REALLOC_FUNC((*realloc));
|
||||||
LIBSSH2_FREE_FUNC((*free));
|
LIBSSH2_FREE_FUNC((*free));
|
||||||
|
|||||||
Reference in New Issue
Block a user