uncrustify as demanded.
[oweals/gnunet.git] / src / core / core.h
index 95d506fbd79af9572842216330033d57d43f1082..44933b4a0610c21d8b941816ffe7da8de880d514 100644 (file)
@@ -16,7 +16,7 @@
      along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
      SPDX-License-Identifier: AGPL3.0-or-later
-*/
+ */
 
 /**
  * @file core/core.h
@@ -80,9 +80,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
  * uint16_t type values specifying which messages this
  * client is interested in.
  */
-struct InitMessage
-{
-
+struct InitMessage {
   /**
    * Header with type #GNUNET_MESSAGE_TYPE_CORE_INIT.
    */
@@ -99,9 +97,7 @@ struct InitMessage
  * Message transmitted by the gnunet-service-core process
  * to its clients in response to an INIT message.
  */
-struct InitReplyMessage
-{
-
+struct InitReplyMessage {
   /**
    * Header with type #GNUNET_MESSAGE_TYPE_CORE_INIT_REPLY
    */
@@ -123,8 +119,7 @@ struct InitReplyMessage
  * Message sent by the service to clients to notify them
  * about a peer connecting.
  */
-struct ConnectNotifyMessage
-{
+struct ConnectNotifyMessage {
   /**
    * Header with type #GNUNET_MESSAGE_TYPE_CORE_NOTIFY_CONNECT
    */
@@ -146,8 +141,7 @@ struct ConnectNotifyMessage
  * Message sent by the service to clients to notify them
  * about a peer disconnecting.
  */
-struct DisconnectNotifyMessage
-{
+struct DisconnectNotifyMessage {
   /**
    * Header with type #GNUNET_MESSAGE_TYPE_CORE_NOTIFY_DISCONNECT.
    */
@@ -174,8 +168,7 @@ struct DisconnectNotifyMessage
  * looking at the size field in the header of NotifyTrafficMessage and
  * checking it with the size field in the message that follows.
  */
-struct NotifyTrafficMessage
-{
+struct NotifyTrafficMessage {
   /**
    * Header with type #GNUNET_MESSAGE_TYPE_CORE_NOTIFY_INBOUND
    * or #GNUNET_MESSAGE_TYPE_CORE_NOTIFY_OUTBOUND.
@@ -195,8 +188,7 @@ struct NotifyTrafficMessage
  * Client notifying core about the maximum-priority
  * message it has in the queue for a particular target.
  */
-struct SendMessageRequest
-{
+struct SendMessageRequest {
   /**
    * Header with type #GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST
    */
@@ -240,8 +232,7 @@ struct SendMessageRequest
  * transmit a message to the given target
  * (response to #GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST).
  */
-struct SendMessageReady
-{
+struct SendMessageReady {
   /**
    * Header with type #GNUNET_MESSAGE_TYPE_CORE_SEND_READY
    */
@@ -271,8 +262,7 @@ struct SendMessageReady
  * Client asking core to transmit a particular message to a particular
  * target (response to #GNUNET_MESSAGE_TYPE_CORE_SEND_READY).
  */
-struct SendMessage
-{
+struct SendMessage {
   /**
    * Header with type #GNUNET_MESSAGE_TYPE_CORE_SEND
    */
@@ -301,8 +291,7 @@ struct SendMessage
  * Message sent by the service to monitor clients to notify them
  * about a peer changing status.
  */
-struct MonitorNotifyMessage
-{
+struct MonitorNotifyMessage {
   /**
    * Header with type #GNUNET_MESSAGE_TYPE_CORE_MONITOR_NOTIFY
    */