diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-10-14 15:02:12 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-10-14 15:02:12 +0200 |
commit | 03636f4440ae918d6f710935a00806469f65f1c6 (patch) | |
tree | 1969ad6201816d1eb1421d93ef6900ec3b647788 /lib/debug.h | |
parent | 59425cbec511cdc314f2a22ee95b299f8fa06fc8 (diff) | |
download | gnutls-03636f4440ae918d6f710935a00806469f65f1c6.tar.gz |
Indent (using GNU indent 2.2.11).
Diffstat (limited to 'lib/debug.h')
-rw-r--r-- | lib/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug.h b/lib/debug.h index b0279215e4..4ee84620f5 100644 --- a/lib/debug.h +++ b/lib/debug.h @@ -25,4 +25,4 @@ const char *_gnutls_packet2str (content_type_t packet); const char *_gnutls_handshake2str (gnutls_handshake_description_t handshake); -void _gnutls_dump_mpi(const char* prefix, bigint_t a); +void _gnutls_dump_mpi (const char *prefix, bigint_t a); |