From e9f724edcb0a83a2507e1eabe38f41e850955e62 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 20 Jun 2017 22:22:28 +0200 Subject: fix indentation --- src/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 index 49dbacd0b..20c7ca7ff 100644 --- 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); } -- cgit v1.2.3