aboutsummaryrefslogtreecommitdiff
path: root/src/hello
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/hello
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/hello')
-rw-r--r--src/hello/gnunet-hello.c1
-rw-r--r--src/hello/hello.c1
-rw-r--r--src/hello/test_hello.c1
3 files changed, 2 insertions, 1 deletions
diff --git a/src/hello/gnunet-hello.c b/src/hello/gnunet-hello.c
index 9f277de4a..b3f48322b 100644
--- a/src/hello/gnunet-hello.c
+++ b/src/hello/gnunet-hello.c
@@ -211,4 +211,5 @@ main (int argc, char *argv[])
211 return 0; 211 return 0;
212} 212}
213 213
214
214/* end of gnunet-hello.c */ 215/* end of gnunet-hello.c */
diff --git a/src/hello/hello.c b/src/hello/hello.c
index e701e1f17..11eec9898 100644
--- a/src/hello/hello.c
+++ b/src/hello/hello.c
@@ -945,7 +945,6 @@ GNUNET_HELLO_get_last_expiration (const struct GNUNET_HELLO_Message *msg)
945 */ 945 */
946 946
947 947
948
949/** 948/**
950 * Function that is called on each address of this peer. 949 * Function that is called on each address of this peer.
951 * Expands the corresponding URI string. 950 * Expands the corresponding URI string.
diff --git a/src/hello/test_hello.c b/src/hello/test_hello.c
index 1580dcc55..8631d2af3 100644
--- a/src/hello/test_hello.c
+++ b/src/hello/test_hello.c
@@ -249,4 +249,5 @@ main (int argc,
249 return 0; /* testcase passed */ 249 return 0; /* testcase passed */
250} 250}
251 251
252
252/* end of test_hello.c */ 253/* end of test_hello.c */