aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-20 22:22:28 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-22 10:27:24 +0200
commite9f724edcb0a83a2507e1eabe38f41e850955e62 (patch)
treef2d84dcd17d0a75181660c3cc3774546a74ca684 /src
parentb8c0a4837377e4953b05a7df1b6ab6ec31c704a9 (diff)
downloadgnunet-e9f724edcb0a83a2507e1eabe38f41e850955e62.tar.gz
gnunet-e9f724edcb0a83a2507e1eabe38f41e850955e62.zip
fix indentation
Diffstat (limited to 'src')
-rw-r--r--src/util/crypto_hash.c4
1 files 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 ()
440 */ 440 */
441void 441void
442GNUNET_CRYPTO_hash_context_read (struct GNUNET_HashContext *hc, 442GNUNET_CRYPTO_hash_context_read (struct GNUNET_HashContext *hc,
443 const void *buf, 443 const void *buf,
444 size_t size) 444 size_t size)
445{ 445{
446 gcry_md_write (hc->hd, buf, size); 446 gcry_md_write (hc->hd, buf, size);
447} 447}