aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-06 00:32:51 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-06 00:32:51 +0200
commit6ab858be606ee40db66e349c165a6862a79c65a4 (patch)
tree2cd93cb98432ba1412ab759bb1cb447c81e6cac0 /src
parent90e29258a5339d232ea1b22f3f83d61701b52358 (diff)
downloadgnunet-6ab858be606ee40db66e349c165a6862a79c65a4.tar.gz
gnunet-6ab858be606ee40db66e349c165a6862a79c65a4.zip
whitespace
Diffstat (limited to 'src')
-rw-r--r--src/my/Makefile.am3
-rw-r--r--src/util/gnunet-service-resolver.c6
2 files changed, 6 insertions, 3 deletions
diff --git a/src/my/Makefile.am b/src/my/Makefile.am
index 959085c5f..cead9a8b4 100644
--- a/src/my/Makefile.am
+++ b/src/my/Makefile.am
@@ -30,6 +30,9 @@ TESTS = \
30 test_my 30 test_my
31endif 31endif
32 32
33EXTRA_DIST = \
34 test_my.conf
35
33check_PROGRAMS= \ 36check_PROGRAMS= \
34 test_my 37 test_my
35 38
diff --git a/src/util/gnunet-service-resolver.c b/src/util/gnunet-service-resolver.c
index ccb592349..cc949873c 100644
--- a/src/util/gnunet-service-resolver.c
+++ b/src/util/gnunet-service-resolver.c
@@ -633,7 +633,7 @@ check_get (void *cls,
633 } 633 }
634 return GNUNET_OK; 634 return GNUNET_OK;
635} 635}
636 636
637 637
638/** 638/**
639 * Handle GET-message. 639 * Handle GET-message.
@@ -667,7 +667,7 @@ handle_get (void *cls,
667 return; 667 return;
668 } 668 }
669 ip = &msg[1]; 669 ip = &msg[1];
670 670
671#if !defined(GNUNET_CULL_LOGGING) 671#if !defined(GNUNET_CULL_LOGGING)
672 { 672 {
673 char buf[INET6_ADDRSTRLEN]; 673 char buf[INET6_ADDRSTRLEN];
@@ -719,7 +719,7 @@ disconnect_cb (void *cls,
719 void *internal_cls) 719 void *internal_cls)
720{ 720{
721 (void) cls; 721 (void) cls;
722 722
723 GNUNET_assert (c == internal_cls); 723 GNUNET_assert (c == internal_cls);
724} 724}
725 725