aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-11-17 13:07:53 +0000
committerChristian Grothoff <christian@grothoff.org>2015-11-17 13:07:53 +0000
commitbcda28ac7459b51639d6c5b6be947dbab686ed2b (patch)
tree0df409d62372cb65928ceaa682d3838b2ed57987 /src
parent51977773c39d5034eb12b29be03e1ed42176b8e5 (diff)
downloadgnunet-bcda28ac7459b51639d6c5b6be947dbab686ed2b.tar.gz
gnunet-bcda28ac7459b51639d6c5b6be947dbab686ed2b.zip
-fix indent
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_nat_lib.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/gnunet_nat_lib.h b/src/include/gnunet_nat_lib.h
index c951a0f3a..01a7acf72 100644
--- a/src/include/gnunet_nat_lib.h
+++ b/src/include/gnunet_nat_lib.h
@@ -349,9 +349,10 @@ GNUNET_NAT_test_stop (struct GNUNET_NAT_Test *tst);
349 * @param addr the address, NULL on errors 349 * @param addr the address, NULL on errors
350 * @param result #GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific error code 350 * @param result #GNUNET_NAT_ERROR_SUCCESS on success, otherwise the specific error code
351 */ 351 */
352typedef void (*GNUNET_NAT_IPCallback) (void *cls, 352typedef void
353 const struct in_addr *addr, 353(*GNUNET_NAT_IPCallback) (void *cls,
354 enum GNUNET_NAT_StatusCode result); 354 const struct in_addr *addr,
355 enum GNUNET_NAT_StatusCode result);
355 356
356 357
357 358