aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/peerinfo-tool
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/peerinfo-tool')
-rw-r--r--src/peerinfo-tool/gnunet-peerinfo.c2
-rw-r--r--src/peerinfo-tool/gnunet-peerinfo_plugins.c1
-rw-r--r--src/peerinfo-tool/plugin_rest_peerinfo.c3
3 files changed, 4 insertions, 2 deletions
diff --git a/src/peerinfo-tool/gnunet-peerinfo.c b/src/peerinfo-tool/gnunet-peerinfo.c
index 7fa7ab2f5..4d4c4de33 100644
--- a/src/peerinfo-tool/gnunet-peerinfo.c
+++ b/src/peerinfo-tool/gnunet-peerinfo.c
@@ -408,6 +408,7 @@ print_peer_info (void *cls,
408 GNUNET_HELLO_iterate_addresses (hello, GNUNET_NO, &print_address, pc); 408 GNUNET_HELLO_iterate_addresses (hello, GNUNET_NO, &print_address, pc);
409} 409}
410 410
411
411/* ************************* DUMP Hello ************************** */ 412/* ************************* DUMP Hello ************************** */
412 413
413/** 414/**
@@ -858,4 +859,5 @@ main (int argc, char *const *argv)
858 return ret; 859 return ret;
859} 860}
860 861
862
861/* end of gnunet-peerinfo.c */ 863/* end of gnunet-peerinfo.c */
diff --git a/src/peerinfo-tool/gnunet-peerinfo_plugins.c b/src/peerinfo-tool/gnunet-peerinfo_plugins.c
index 9449dd67e..901ded014 100644
--- a/src/peerinfo-tool/gnunet-peerinfo_plugins.c
+++ b/src/peerinfo-tool/gnunet-peerinfo_plugins.c
@@ -77,7 +77,6 @@ static struct TransportPlugin *plugins_head;
77static struct TransportPlugin *plugins_tail; 77static struct TransportPlugin *plugins_tail;
78 78
79 79
80
81/** 80/**
82 * Load and initialize all plugins. The respective functions will be 81 * Load and initialize all plugins. The respective functions will be
83 * invoked by the plugins when the respective events happen. The 82 * invoked by the plugins when the respective events happen. The
diff --git a/src/peerinfo-tool/plugin_rest_peerinfo.c b/src/peerinfo-tool/plugin_rest_peerinfo.c
index 176e24e42..7544b5ede 100644
--- a/src/peerinfo-tool/plugin_rest_peerinfo.c
+++ b/src/peerinfo-tool/plugin_rest_peerinfo.c
@@ -614,6 +614,7 @@ peerinfo_list_iteration (void *cls,
614 pc); 614 pc);
615} 615}
616 616
617
617/** 618/**
618 * Handle peerinfo GET request 619 * Handle peerinfo GET request
619 * 620 *
@@ -669,7 +670,6 @@ peerinfo_get (struct GNUNET_REST_RequestHandle *con_handle,
669} 670}
670 671
671 672
672
673/** 673/**
674 * Respond to OPTIONS request 674 * Respond to OPTIONS request
675 * 675 *
@@ -818,4 +818,5 @@ libgnunet_plugin_rest_peerinfo_done (void *cls)
818 return NULL; 818 return NULL;
819} 819}
820 820
821
821/* end of plugin_rest_peerinfo.c */ 822/* end of plugin_rest_peerinfo.c */