diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-10-31 12:59:50 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-10-31 12:59:50 +0100 |
commit | 385b3e77dfa1b6bbaee5d0ec9da9bcbd69e91b70 (patch) | |
tree | 61550b547a56179e6abac9bee3502ecc5c537fa8 /src/lib/testing_api_cmd_bank_check.c | |
parent | 325aaddbd6612c3baa56d01f6777faf77d082588 (diff) |
tighten formatting rules
Diffstat (limited to 'src/lib/testing_api_cmd_bank_check.c')
-rw-r--r-- | src/lib/testing_api_cmd_bank_check.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/testing_api_cmd_bank_check.c b/src/lib/testing_api_cmd_bank_check.c index 0006b6e5..f51c535a 100644 --- a/src/lib/testing_api_cmd_bank_check.c +++ b/src/lib/testing_api_cmd_bank_check.c @@ -172,6 +172,7 @@ check_bank_transfer_run (void *cls, TALER_TESTING_interpreter_next (is); } + /** * Free the state of a "bank check" CMD. * @@ -189,6 +190,7 @@ check_bank_transfer_cleanup GNUNET_free (bcs); } + /** * Offer internal data from a "bank check" CMD state. * @@ -230,7 +232,6 @@ check_bank_transfer_traits (void *cls, } - /** * Make a "bank check" CMD. It checks whether a * particular wire transfer has been made or not. @@ -273,6 +274,7 @@ TALER_TESTING_cmd_check_bank_transfer return cmd; } + /** * Cleanup the state, only defined to respect the API. * @@ -287,6 +289,7 @@ check_bank_empty_cleanup return; } + /** * Run the command. * |