messages for inter-controller overlay connect
[oweals/gnunet.git] / src / include / gnunet_nse_service.h
index 451f2a2dcfbec35096ccef9a2fc72852e712a721..a0c6016a40a537189d95016cbb858afc8c18e9cd 100644 (file)
@@ -70,7 +70,7 @@ typedef void (*GNUNET_NSE_Callback) (void *cls,
  * 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))