summaryrefslogtreecommitdiff
path: root/src/lib/testing_api_helpers_auditor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/testing_api_helpers_auditor.c')
-rw-r--r--src/lib/testing_api_helpers_auditor.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/testing_api_helpers_auditor.c b/src/lib/testing_api_helpers_auditor.c
index ff85c0c85..26585f5b9 100644
--- a/src/lib/testing_api_helpers_auditor.c
+++ b/src/lib/testing_api_helpers_auditor.c
@@ -105,10 +105,9 @@ struct MainWrapperContext
* @param compat protocol compatibility information
*/
static void
-auditor_version_cb
- (void *cls,
- const struct TALER_AUDITOR_VersionInformation *vi,
- enum TALER_AUDITOR_VersionCompatibility compat)
+auditor_version_cb (void *cls,
+ const struct TALER_AUDITOR_VersionInformation *vi,
+ enum TALER_AUDITOR_VersionCompatibility compat)
{
struct TALER_TESTING_Interpreter *is = cls;
@@ -126,7 +125,7 @@ auditor_version_cb
* Setup the @a is 'auditor' member before running the main test loop.
*
* @param cls must be a `struct MainWrapperContext *`
- * @param is[in,out] interpreter state to setup
+ * @param[in,out] is interpreter state to setup
*/
static void
auditor_main_wrapper (void *cls,