diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-10-28 11:10:24 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-10-28 11:10:24 +0000 |
commit | 9aefd34c577d353ca6a681c5d4f0bd79a3c54666 (patch) | |
tree | a8840f77746f2750b8a8e2173edb1e3dbf45f0c6 /lib/gnutls_mem.h | |
parent | b117dd49f97cd76186dcb46b3fd2ed018a6a241f (diff) | |
download | gnutls-9aefd34c577d353ca6a681c5d4f0bd79a3c54666.tar.gz |
Indent.
Diffstat (limited to 'lib/gnutls_mem.h')
-rw-r--r-- | lib/gnutls_mem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_mem.h b/lib/gnutls_mem.h index 1ceb153176..e4db724737 100644 --- a/lib/gnutls_mem.h +++ b/lib/gnutls_mem.h @@ -32,7 +32,7 @@ typedef void svoid; /* for functions that allocate using gnutls_secure_malloc * #endif /* HAVE_ALLOCA */ typedef void *(*gnutls_alloc_function) (size_t); -typedef int (*gnutls_is_secure_function)(const void*); +typedef int (*gnutls_is_secure_function) (const void *); typedef void (*gnutls_free_function) (void *); typedef void *(*gnutls_realloc_function) (void *, size_t); |