messages for inter-controller overlay connect
[oweals/gnunet.git] / src / include / gnunet_nse_service.h
index dca2e105fe80db61e77199587ee9f0ce23154c3a..a0c6016a40a537189d95016cbb858afc8c18e9cd 100644 (file)
@@ -63,15 +63,14 @@ struct GNUNET_NSE_Handle;
  */
 typedef void (*GNUNET_NSE_Callback) (void *cls,
                                      struct GNUNET_TIME_Absolute timestamp,
-                                    double logestimate, 
-                                    double std_dev);
+                                     double logestimate, double std_dev);
 
 
 /**
  * Convert the logarithmic estimated returned to the 'GNUNET_NSE_Callback'
  * into an absolute estimate in terms of the number of peers in the network.
  *
- * @param loge logarithmic estimate 
+ * @param loge logarithmic estimate
  * @return absolute number of peers in the network (estimated)
  */
 #define GNUNET_NSE_log_estimate_to_n(loge) pow(2.0, (loge))