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/fs/fs.h | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) (limited to 'src/fs/fs.h') diff --git a/src/fs/fs.h b/src/fs/fs.h index 294a433fc..4c433e774 100644 --- a/src/fs/fs.h +++ b/src/fs/fs.h @@ -50,7 +50,8 @@ /** * @brief content hash key */ -struct ContentHashKey { +struct ContentHashKey +{ /** * Hash of the original content, used for encryption. */ @@ -70,7 +71,8 @@ GNUNET_NETWORK_STRUCT_BEGIN * Message sent from a GNUnet (fs) publishing activity to sign * a LOC URI. */ -struct RequestLocSignatureMessage { +struct RequestLocSignatureMessage +{ /** * Message type will be #GNUNET_MESSAGE_TYPE_FS_REQUEST_LOC_SIGN. */ @@ -102,7 +104,8 @@ struct RequestLocSignatureMessage { /** * Message sent from the service with the signed LOC URI. */ -struct ResponseLocSignatureMessage { +struct ResponseLocSignatureMessage +{ /** * Message type will be * #GNUNET_MESSAGE_TYPE_FS_REQUEST_LOC_SIGNATURE. @@ -145,7 +148,8 @@ struct ResponseLocSignatureMessage { * computing it; this is an optimization that should be safe given * that the client is not our adversary). */ -struct IndexStartMessage { +struct IndexStartMessage +{ /** * Message type will be #GNUNET_MESSAGE_TYPE_FS_INDEX_START. */ @@ -188,7 +192,8 @@ struct IndexStartMessage { * Message send by FS service in response to a request * asking for a list of all indexed files. */ -struct IndexInfoMessage { +struct IndexInfoMessage +{ /** * Message type will be * #GNUNET_MESSAGE_TYPE_FS_INDEX_LIST_ENTRY. @@ -218,7 +223,8 @@ struct IndexInfoMessage { * files and response with a confirmation message (even if the file * was already not on the list). */ -struct UnindexMessage { +struct UnindexMessage +{ /** * Message type will be #GNUNET_MESSAGE_TYPE_FS_UNINDEX. */ @@ -259,7 +265,8 @@ struct UnindexMessage { * Message sent from a GNUnet (fs) search activity to the * gnunet-service-fs to start a search. */ -struct SearchMessage { +struct SearchMessage +{ /** * Message type will be #GNUNET_MESSAGE_TYPE_FS_START_SEARCH. */ @@ -318,7 +325,8 @@ struct SearchMessage { * single response are considered done. This message is transmitted * between peers. */ -struct PutMessage { +struct PutMessage +{ /** * Message type will be #GNUNET_MESSAGE_TYPE_FS_PUT. */ @@ -343,7 +351,8 @@ struct PutMessage { * single response are considered done. This message is transmitted * between the service and a client. */ -struct ClientPutMessage { +struct ClientPutMessage +{ /** * Message type will be #GNUNET_MESSAGE_TYPE_FS_PUT. */ -- cgit v1.2.3