From: Christian Grothoff Date: Tue, 20 Jun 2017 20:22:28 +0000 (+0200) Subject: fix indentation X-Git-Tag: gnunet-0.11.0rc0~223^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e9f724edcb0a83a2507e1eabe38f41e850955e62;p=oweals%2Fgnunet.git fix indentation --- 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); }