diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-12-15 13:24:28 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-12-15 13:24:28 +0000 |
commit | 24214e48b4d4328d5a5afbfa19acbbbec30274c9 (patch) | |
tree | f80ae5a0d9a98f571a0ff1182265c30451cea62c /lib/gnutls_mpi.h | |
parent | 667527f161cb4a694a78db129cb2d4519800260b (diff) | |
download | gnutls-24214e48b4d4328d5a5afbfa19acbbbec30274c9.tar.gz |
Indent more.
Diffstat (limited to 'lib/gnutls_mpi.h')
-rw-r--r-- | lib/gnutls_mpi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_mpi.h b/lib/gnutls_mpi.h index 8d83aaba9d..5fdfb3498b 100644 --- a/lib/gnutls_mpi.h +++ b/lib/gnutls_mpi.h @@ -72,6 +72,6 @@ int _gnutls_mpi_print (void *buffer, size_t * nbytes, const mpi_t a); int _gnutls_mpi_print_lz (void *buffer, size_t * nbytes, const mpi_t a); int _gnutls_mpi_dprint_lz (gnutls_datum_t * dest, const mpi_t a); -int _gnutls_mpi_dprint(gnutls_datum_t * dest, const mpi_t a); +int _gnutls_mpi_dprint (gnutls_datum_t * dest, const mpi_t a); #endif |