fix indentation
authorChristian Grothoff <christian@grothoff.org>
Tue, 20 Jun 2017 20:22:28 +0000 (22:22 +0200)
committerChristian Grothoff <christian@grothoff.org>
Thu, 22 Jun 2017 08:27:24 +0000 (10:27 +0200)
src/util/crypto_hash.c

index 49dbacd0bd96e8b082232471ab5f1beb3e05af02..20c7ca7ffb0a7b54a88d0df8724effed15ca8ff3 100644 (file)
@@ -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);
 }