[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: fix indentation
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: fix indentation |
Date: |
Thu, 22 Jun 2017 10:27:39 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new e9f724edc fix indentation
e9f724edc is described below
commit e9f724edcb0a83a2507e1eabe38f41e850955e62
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jun 20 22:22:28 2017 +0200
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);
}
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: fix indentation,
gnunet <=