summaryrefslogtreecommitdiff
path: root/src/lib/testing_auditor_api_helpers.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 12:59:50 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 12:59:50 +0100
commit385b3e77dfa1b6bbaee5d0ec9da9bcbd69e91b70 (patch)
tree61550b547a56179e6abac9bee3502ecc5c537fa8 /src/lib/testing_auditor_api_helpers.c
parent325aaddbd6612c3baa56d01f6777faf77d082588 (diff)
downloadexchange-385b3e77dfa1b6bbaee5d0ec9da9bcbd69e91b70.tar.gz
exchange-385b3e77dfa1b6bbaee5d0ec9da9bcbd69e91b70.tar.bz2
exchange-385b3e77dfa1b6bbaee5d0ec9da9bcbd69e91b70.zip
tighten formatting rules
Diffstat (limited to 'src/lib/testing_auditor_api_helpers.c')
-rw-r--r--src/lib/testing_auditor_api_helpers.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/testing_auditor_api_helpers.c b/src/lib/testing_auditor_api_helpers.c
index 59b0e05de..cf15131da 100644
--- a/src/lib/testing_auditor_api_helpers.c
+++ b/src/lib/testing_auditor_api_helpers.c
@@ -70,6 +70,7 @@ cleanup_auditor (void *cls)
GNUNET_free (cc);
}
+
/**
* Closure for #auditor_main_wrapper()
*/
@@ -122,6 +123,7 @@ auditor_version_cb
is->auditor_working = GNUNET_YES;
}
+
/**
* Setup the @a is 'auditor' member before running the main test loop.
*
@@ -227,5 +229,4 @@ TALER_TESTING_AUDITOR_setup (TALER_TESTING_Main main_cb,
}
-
/* end of testing_auditor_api_helpers.c */