aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/plugin_rest_peerinfo.c
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/plugin_rest_peerinfo.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/peerinfo-tool/plugin_rest_peerinfo.c')
-rw-r--r--src/peerinfo-tool/plugin_rest_peerinfo.c3
1 files changed, 2 insertions, 1 deletions
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 */