gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit e9f724edcb0a83a2507e1eabe38f41e850955e62
parent b8c0a4837377e4953b05a7df1b6ab6ec31c704a9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 20 Jun 2017 22:22:28 +0200

fix indentation

Diffstat:
Msrc/util/crypto_hash.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c @@ -440,8 +440,8 @@ GNUNET_CRYPTO_hash_context_start () */ void GNUNET_CRYPTO_hash_context_read (struct GNUNET_HashContext *hc, - const void *buf, - size_t size) + const void *buf, + size_t size) { gcry_md_write (hc->hd, buf, size); }