aboutsummaryrefslogtreecommitdiff
path: root/src/dns/dns_api.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/dns/dns_api.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/dns/dns_api.c')
-rw-r--r--src/dns/dns_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns/dns_api.c b/src/dns/dns_api.c
index cd208d820..5969102b9 100644
--- a/src/dns/dns_api.c
+++ b/src/dns/dns_api.c
@@ -146,7 +146,6 @@ mq_error_handler (void *cls,
146} 146}
147 147
148 148
149
150/** 149/**
151 * This receives packets from the DNS service and calls the application to 150 * This receives packets from the DNS service and calls the application to
152 * check that the request is well-formed 151 * check that the request is well-formed
@@ -384,4 +383,5 @@ GNUNET_DNS_disconnect (struct GNUNET_DNS_Handle *dh)
384 GNUNET_free (dh); 383 GNUNET_free (dh);
385} 384}
386 385
386
387/* end of dns_api.c */ 387/* end of dns_api.c */