uncrustify as demanded.
[oweals/gnunet.git] / src / scalarproduct / gnunet-service-scalarproduct.h
index 91652bcf01f3d1de278feb1440029d69628f338a..d795badf1173cb5f4fa591b291ebd14633187314 100644 (file)
      WITHOUT ANY WARRANTY; without even the implied warranty of
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
      Affero General Public License for more details.
+
+     You should have received a copy of the GNU Affero General Public License
+     along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+     SPDX-License-Identifier: AGPL3.0-or-later
  */
 /**
  * @file scalarproduct/gnunet-service-scalarproduct.h
@@ -32,8 +37,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
  * send a `struct AliceCryptodataMessage *`.  Bob is not expected
  * to respond via CADET in the meantime.
  */
-struct ServiceRequestMessage
-{
+struct ServiceRequestMessage {
   /**
    * Type is #GNUNET_MESSAGE_TYPE_SCALARPRODUCT_SESSION_INITIALIZATION
    */
@@ -53,7 +57,6 @@ struct ServiceRequestMessage
    * Alice's public key
    */
   struct GNUNET_CRYPTO_PaillierPublicKey public_key;
-
 };
 
 
@@ -62,8 +65,7 @@ struct ServiceRequestMessage
  * (after set intersection).  Alice may send messages of this
  * type repeatedly to transmit all values.
  */
-struct AliceCryptodataMessage
-{
+struct AliceCryptodataMessage {
   /**
    * Type is #GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_CRYPTODATA
    */
@@ -87,8 +89,7 @@ struct AliceCryptodataMessage
  * conversation may be continued with `struct BobCryptodataMultipartMessage`
  * messages afterwards.
  */
-struct BobCryptodataMessage
-{
+struct BobCryptodataMessage {
   /**
    * GNUNET message header with type
    * #GNUNET_MESSAGE_TYPE_SCALARPRODUCT_BOB_CRYPTODATA.
@@ -113,8 +114,7 @@ struct BobCryptodataMessage
  * Once all k-values have been transmitted, Bob is finished and
  * Alice can transmit the final result to the client.
  */
-struct BobCryptodataMultipartMessage
-{
+struct BobCryptodataMultipartMessage {
   /**
    * GNUNET message header
    */