aboutsummaryrefslogtreecommitdiff
path: root/src/hello
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/hello
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/hello')
-rw-r--r--src/hello/hello.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hello/hello.c b/src/hello/hello.c
index 5d64d8f5a..501f057c8 100644
--- a/src/hello/hello.c
+++ b/src/hello/hello.c
@@ -600,9 +600,9 @@ find_matching (void *cls, const char *tname,
600 * @param h2 the second HELLO message 600 * @param h2 the second HELLO message
601 * @param now time to use for deciding which addresses have 601 * @param now time to use for deciding which addresses have
602 * expired and should not be considered at all 602 * expired and should not be considered at all
603 * @return absolute time forever if the two HELLOs are 603 * @return absolute time forever if the two HELLOs are
604 * totally identical; smallest timestamp >= now if 604 * totally identical; smallest timestamp >= now if
605 * they only differ in timestamps; 605 * they only differ in timestamps;
606 * zero if the some addresses with expirations >= now 606 * zero if the some addresses with expirations >= now
607 * do not match at all 607 * do not match at all
608 */ 608 */