From 61c39c60565b386e0e12ea669556b030e8cd7180 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 6 Oct 2013 20:55:28 +0000 Subject: -remove trailing whitespace --- src/dns/plugin_block_dns.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/dns/plugin_block_dns.c') diff --git a/src/dns/plugin_block_dns.c b/src/dns/plugin_block_dns.c index de9185a5a..a8846944e 100644 --- a/src/dns/plugin_block_dns.c +++ b/src/dns/plugin_block_dns.c @@ -85,14 +85,14 @@ block_plugin_dns_evaluate (void *cls, enum GNUNET_BLOCK_Type type, GNUNET_TIME_absolute_get_remaining (GNUNET_TIME_absolute_ntoh (ad->expiration_time)).rel_value_us) { - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "DNS advertisement has expired\n"); return GNUNET_BLOCK_EVALUATION_RESULT_INVALID; } if (GNUNET_OK != GNUNET_CRYPTO_ecc_verify (GNUNET_SIGNATURE_PURPOSE_DNS_RECORD, - &ad->purpose, - &ad->signature, + &ad->purpose, + &ad->signature, &ad->peer.public_key)) { GNUNET_break_op (0); @@ -117,9 +117,9 @@ block_plugin_dns_evaluate (void *cls, enum GNUNET_BLOCK_Type type, * (or if extracting a key from a block of this type does not work) */ static int -block_plugin_dns_get_key (void *cls, +block_plugin_dns_get_key (void *cls, enum GNUNET_BLOCK_Type type, - const void *block, + const void *block, size_t block_size, struct GNUNET_HashCode *key) { -- cgit v1.2.3