aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-10-03 20:50:52 +0000
committerChristian Grothoff <christian@grothoff.org>2014-10-03 20:50:52 +0000
commite746cffe1b89e5c3f6955dbd761691859817e20a (patch)
tree12f9921bb8de607bc6b6c9c49948ee272206dcb4
parent965dd541f963f5c3c3898f00990f408757d3ef20 (diff)
downloadgnunet-gtk-e746cffe1b89e5c3f6955dbd761691859817e20a.tar.gz
gnunet-gtk-e746cffe1b89e5c3f6955dbd761691859817e20a.zip
-fix doxygen, indent
-rw-r--r--src/setup/gnunet-setup-transport-test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/setup/gnunet-setup-transport-test.c b/src/setup/gnunet-setup-transport-test.c
index 4676b468..00da748c 100644
--- a/src/setup/gnunet-setup-transport-test.c
+++ b/src/setup/gnunet-setup-transport-test.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2010, 2011 Christian Grothoff (and other contributing authors) 3 (C) 2010, 2011, 2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -58,7 +58,7 @@ struct TestContext
58 * Display the result of the test. 58 * Display the result of the test.
59 * 59 *
60 * @param tc test context 60 * @param tc test context
61 * @param result GNUNET_YES on success 61 * @param result #GNUNET_YES on success
62 */ 62 */
63static void 63static void
64display_test_result (struct TestContext *tc, int result) 64display_test_result (struct TestContext *tc, int result)
@@ -104,7 +104,7 @@ result_callback (void *cls,
104 enum GNUNET_NAT_StatusCode result) 104 enum GNUNET_NAT_StatusCode result)
105{ 105{
106 struct TestContext *tc = cls; 106 struct TestContext *tc = cls;
107 107
108 if (GNUNET_NAT_ERROR_SUCCESS == result) 108 if (GNUNET_NAT_ERROR_SUCCESS == result)
109 GNUNET_NAT_test_stop (tc->tst); 109 GNUNET_NAT_test_stop (tc->tst);
110 110