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