gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 02/02: -fix indentation


From: gnunet
Subject: [gnunet] 02/02: -fix indentation
Date: Tue, 06 Jul 2021 15:10:17 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit 0bf8171132228c5519257c4929da61c218c3f999
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Tue Jul 6 15:06:24 2021 +0200

    -fix indentation
---
 src/include/gnunet_nse_service.h | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/include/gnunet_nse_service.h b/src/include/gnunet_nse_service.h
index 23aff01c3..0401e0cbc 100644
--- a/src/include/gnunet_nse_service.h
+++ b/src/include/gnunet_nse_service.h
@@ -66,11 +66,12 @@ struct GNUNET_NSE_Handle;
  * @param timestamp time when the estimate was received from the server (or 
created by the server)
  * @param logestimate the log(Base 2) value of the current network size 
estimate
  * @param std_dev standard deviation for the estimate
- *
  */
-typedef void (*GNUNET_NSE_Callback) (void *cls,
-                                     struct GNUNET_TIME_Absolute timestamp,
-                                     double logestimate, double std_dev);
+typedef void
+(*GNUNET_NSE_Callback) (void *cls,
+                        struct GNUNET_TIME_Absolute timestamp,
+                        double logestimate,
+                        double std_dev);
 
 
 /**
@@ -93,7 +94,8 @@ typedef void (*GNUNET_NSE_Callback) (void *cls,
  */
 struct GNUNET_NSE_Handle *
 GNUNET_NSE_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
-                    GNUNET_NSE_Callback func, void *func_cls);
+                    GNUNET_NSE_Callback func,
+                    void *func_cls);
 
 
 /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]