aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nse_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/include/gnunet_nse_service.h
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/include/gnunet_nse_service.h')
-rw-r--r--src/include/gnunet_nse_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_nse_service.h b/src/include/gnunet_nse_service.h
index 451f2a2dc..a0c6016a4 100644
--- a/src/include/gnunet_nse_service.h
+++ b/src/include/gnunet_nse_service.h
@@ -70,7 +70,7 @@ typedef void (*GNUNET_NSE_Callback) (void *cls,
70 * Convert the logarithmic estimated returned to the 'GNUNET_NSE_Callback' 70 * Convert the logarithmic estimated returned to the 'GNUNET_NSE_Callback'
71 * into an absolute estimate in terms of the number of peers in the network. 71 * into an absolute estimate in terms of the number of peers in the network.
72 * 72 *
73 * @param loge logarithmic estimate 73 * @param loge logarithmic estimate
74 * @return absolute number of peers in the network (estimated) 74 * @return absolute number of peers in the network (estimated)
75 */ 75 */
76#define GNUNET_NSE_log_estimate_to_n(loge) pow(2.0, (loge)) 76#define GNUNET_NSE_log_estimate_to_n(loge) pow(2.0, (loge))