aboutsummaryrefslogtreecommitdiff
path: root/src/dns
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
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/dns')
-rw-r--r--src/dns/dns_api.c2
-rw-r--r--src/dns/gnunet-helper-dns.c1
-rw-r--r--src/dns/gnunet-service-dns.c2
-rw-r--r--src/dns/plugin_block_dns.c1
4 files changed, 5 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 */
diff --git a/src/dns/gnunet-helper-dns.c b/src/dns/gnunet-helper-dns.c
index eceb278d2..ca3a2532d 100644
--- a/src/dns/gnunet-helper-dns.c
+++ b/src/dns/gnunet-helper-dns.c
@@ -1189,4 +1189,5 @@ cleanup_rest:
1189 return r; 1189 return r;
1190} 1190}
1191 1191
1192
1192/* end of gnunet-helper-dns.c */ 1193/* end of gnunet-helper-dns.c */
diff --git a/src/dns/gnunet-service-dns.c b/src/dns/gnunet-service-dns.c
index e1cb7a6ff..25fbcf430 100644
--- a/src/dns/gnunet-service-dns.c
+++ b/src/dns/gnunet-service-dns.c
@@ -1267,6 +1267,8 @@ GNUNET_DNS_init ()
1267 strerror (errno)); 1267 strerror (errno));
1268 } 1268 }
1269} 1269}
1270
1271
1270#endif 1272#endif
1271 1273
1272 1274
diff --git a/src/dns/plugin_block_dns.c b/src/dns/plugin_block_dns.c
index fc07a4073..029474b49 100644
--- a/src/dns/plugin_block_dns.c
+++ b/src/dns/plugin_block_dns.c
@@ -232,4 +232,5 @@ libgnunet_plugin_block_dns_done (void *cls)
232 return NULL; 232 return NULL;
233} 233}
234 234
235
235/* end of plugin_block_dns.c */ 236/* end of plugin_block_dns.c */