From c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Oct 2019 15:09:28 +0200 Subject: global reindent, now with uncrustify hook enabled --- src/secretsharing/secretsharing_protocol.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/secretsharing/secretsharing_protocol.h') diff --git a/src/secretsharing/secretsharing_protocol.h b/src/secretsharing/secretsharing_protocol.h index 949ab79d9..d43d1cee5 100644 --- a/src/secretsharing/secretsharing_protocol.h +++ b/src/secretsharing/secretsharing_protocol.h @@ -40,7 +40,8 @@ GNUNET_NETWORK_STRUCT_BEGIN /** * Consensus element data used in the first round of key generation. */ -struct GNUNET_SECRETSHARING_KeygenCommitData { +struct GNUNET_SECRETSHARING_KeygenCommitData +{ /** * Signature over the rest of the message. */ @@ -65,7 +66,8 @@ struct GNUNET_SECRETSHARING_KeygenCommitData { }; -struct GNUNET_SECRETSHARING_KeygenRevealData { +struct GNUNET_SECRETSHARING_KeygenRevealData +{ /** * Signature over rest of the message. */ @@ -87,7 +89,8 @@ struct GNUNET_SECRETSHARING_KeygenRevealData { * Data of then element put in consensus * for decrypting a value. */ -struct GNUNET_SECRETSHARING_DecryptData { +struct GNUNET_SECRETSHARING_DecryptData +{ /* * Signature over rest of the message. */ @@ -126,7 +129,8 @@ struct GNUNET_SECRETSHARING_DecryptData { }; -struct GNUNET_SECRETSHARING_FairEncryption { +struct GNUNET_SECRETSHARING_FairEncryption +{ struct GNUNET_CRYPTO_PaillierCiphertext c; /** * h = g^x, where x is the fairly encrypte secret. -- cgit v1.2.3