uncrustify as demanded.
[oweals/gnunet.git] / src / include / gnunet_transport_monitor_service.h
index f83fa7e9f739d834ef9e63e60c8abec313ce8dcd..a67fca778f77410fb47f1a9b10b76d742ecec8cf 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
-*/
+ */
 
 /**
  * @author Christian Grothoff
@@ -56,9 +56,7 @@ extern "C"
 /**
  * Information about another peer's address.
  */
-struct GNUNET_TRANSPORT_MonitorInformation
-{
-
+struct GNUNET_TRANSPORT_MonitorInformation {
   /**
    * Address we have for the peer, human-readable, 0-terminated, in UTF-8.
    */
@@ -103,7 +101,6 @@ struct GNUNET_TRANSPORT_MonitorInformation
    * Current estimate of the RTT.
    */
   struct GNUNET_TIME_Relative rtt;
-
 };
 
 
@@ -162,11 +159,11 @@ struct GNUNET_TRANSPORT_MonitorContext;
  * @param cb_cls closure for @a mc
  */
 struct GNUNET_TRANSPORT_MonitorContext *
-GNUNET_TRANSPORT_monitor (const struct GNUNET_CONFIGURATION_Handle *cfg,
-                          const struct GNUNET_PeerIdentity *peer,
-                          int one_shot,
-                          GNUNET_TRANSPORT_MonitorCallback cb,
-                          void *cb_cls);
+GNUNET_TRANSPORT_monitor(const struct GNUNET_CONFIGURATION_Handle *cfg,
+                         const struct GNUNET_PeerIdentity *peer,
+                         int one_shot,
+                         GNUNET_TRANSPORT_MonitorCallback cb,
+                         void *cb_cls);
 
 
 /**
@@ -175,7 +172,7 @@ GNUNET_TRANSPORT_monitor (const struct GNUNET_CONFIGURATION_Handle *cfg,
  * @param mc handle for the request to cancel
  */
 void
-GNUNET_TRANSPORT_monitor_cancel (struct GNUNET_TRANSPORT_MonitorContext *mc);
+GNUNET_TRANSPORT_monitor_cancel(struct GNUNET_TRANSPORT_MonitorContext *mc);
 
 
 #if 0                           /* keep Emacsens' auto-indent happy */