aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-27 09:00:59 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-27 09:01:10 +0200
commit1fef34e55a00816bdb237e87ff14d54e6575f763 (patch)
treef77fb3b599d261aac13dfcbb892ca663548bfdbb /src
parent8d5876b0e1726a04bdd150571dd4075664f4f287 (diff)
downloadgnunet-1fef34e55a00816bdb237e87ff14d54e6575f763.tar.gz
gnunet-1fef34e55a00816bdb237e87ff14d54e6575f763.zip
-indent
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_crypto_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index ae73c9d40..e754756e5 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -821,7 +821,8 @@ GNUNET_CRYPTO_hmac (const struct GNUNET_CRYPTO_AuthKey *key,
821 * @param cls closure 821 * @param cls closure
822 * @param res resulting hash, NULL on error 822 * @param res resulting hash, NULL on error
823 */ 823 */
824typedef void (*GNUNET_CRYPTO_HashCompletedCallback) ( 824typedef void
825(*GNUNET_CRYPTO_HashCompletedCallback) (
825 void *cls, 826 void *cls,
826 const struct GNUNET_HashCode *res); 827 const struct GNUNET_HashCode *res);
827 828