aboutsummaryrefslogtreecommitdiff
path: root/src/hello
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-04 14:00:32 +0000
commit83b19539f4d322b43683f5838b72e9ec2c8e6073 (patch)
treed0ab9329fcbefe360d9d14e2ace21a6b3396dfe9 /src/hello
parent28a2eb43281a1f08a67954f07beb9af3a9bc9a35 (diff)
downloadgnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.tar.gz
gnunet-83b19539f4d322b43683f5838b72e9ec2c8e6073.zip
curly wars / auto-indentation
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 c7db77a18..a0c26d1ab 100644
--- a/src/hello/hello.c
+++ b/src/hello/hello.c
@@ -632,8 +632,8 @@ GNUNET_HELLO_equals (const struct GNUNET_HELLO_Message *h1,
632 632
633static int 633static int
634find_min_expire (void *cls, const char *tname, 634find_min_expire (void *cls, const char *tname,
635 struct GNUNET_TIME_Absolute expiration, const void *addr, 635 struct GNUNET_TIME_Absolute expiration, const void *addr,
636 uint16_t addrlen) 636 uint16_t addrlen)
637{ 637{
638 struct GNUNET_TIME_Absolute *min = cls; 638 struct GNUNET_TIME_Absolute *min = cls;
639 639