aboutsummaryrefslogtreecommitdiff
path: root/src/util/resolver_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/util/resolver_api.c
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/util/resolver_api.c')
-rw-r--r--src/util/resolver_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/resolver_api.c b/src/util/resolver_api.c
index 3607ce67f..69c49d1e8 100644
--- a/src/util/resolver_api.c
+++ b/src/util/resolver_api.c
@@ -268,7 +268,7 @@ GNUNET_RESOLVER_disconnect ()
268/** 268/**
269 * Convert IP address to string without DNS resolution. 269 * Convert IP address to string without DNS resolution.
270 * 270 *
271 * @param sa the address 271 * @param sa the address
272 * @param salen number of bytes in sa 272 * @param salen number of bytes in sa
273 * @return address as a string, NULL on error 273 * @return address as a string, NULL on error
274 */ 274 */
@@ -469,7 +469,7 @@ handle_response (void *cls, const struct GNUNET_MessageHeader *msg)
469 469
470 470
471/** 471/**
472 * We've been asked to lookup the address for a hostname and were 472 * We've been asked to lookup the address for a hostname and were
473 * given a valid numeric string. Perform the callbacks for the 473 * given a valid numeric string. Perform the callbacks for the
474 * numeric addresses. 474 * numeric addresses.
475 * 475 *
@@ -524,7 +524,7 @@ numeric_resolution (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
524 524
525 525
526/** 526/**
527 * We've been asked to lookup the address for a hostname and were 527 * We've been asked to lookup the address for a hostname and were
528 * given a variant of "loopback". Perform the callbacks for the 528 * given a variant of "loopback". Perform the callbacks for the
529 * respective loopback numeric addresses. 529 * respective loopback numeric addresses.
530 * 530 *