aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-daemon-regexprofiler.c
diff options
context:
space:
mode:
authorbartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96>2013-02-04 15:56:11 +0000
committerbartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96>2013-02-04 15:56:11 +0000
commitd0cdda755f1983b3567398f0f1a5c430bb3752f5 (patch)
treec9cf0614144d4373582de72efde06a47f9a41dba /src/regex/gnunet-daemon-regexprofiler.c
parent8a1feb8fefa9571532ce514bbc3544499868c49c (diff)
- indentation
git-svn-id: https://gnunet.org/svn/gnunet@26005 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/regex/gnunet-daemon-regexprofiler.c')
-rw-r--r--src/regex/gnunet-daemon-regexprofiler.c22
1 files changed, 10 insertions, 12 deletions
diff --git a/src/regex/gnunet-daemon-regexprofiler.c b/src/regex/gnunet-daemon-regexprofiler.c
index ea508f9d2a..591cda3310 100644
--- a/src/regex/gnunet-daemon-regexprofiler.c
+++ b/src/regex/gnunet-daemon-regexprofiler.c
@@ -173,18 +173,16 @@ reannounce_regex (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
GNUNET_REGEX_reannounce (announce_handle);
}
- reannounce_task = GNUNET_SCHEDULER_add_delayed (
- GNUNET_TIME_relative_add (reannounce_freq,
- GNUNET_TIME_relative_multiply (
- GNUNET_TIME_UNIT_SECONDS,
- GNUNET_CRYPTO_random_u32 (
- GNUNET_CRYPTO_QUALITY_WEAK,
- 600
- )
- )
- ),
- &reannounce_regex,
- cls);
+ reannounce_task =
+ GNUNET_SCHEDULER_add_delayed (
+ GNUNET_TIME_relative_add (reannounce_freq,
+ GNUNET_TIME_relative_multiply (
+ GNUNET_TIME_UNIT_SECONDS,
+ GNUNET_CRYPTO_random_u32 (
+ GNUNET_CRYPTO_QUALITY_WEAK,
+ 600))),
+ &reannounce_regex,
+ cls);
}