diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-29 12:18:18 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-29 12:18:18 +0200 |
commit | 3cb0454dc0d123f3a943d787c67cd4bcfb23a325 (patch) | |
tree | 42ca1eb62f09278ab0cae1e3b16301f2b6f71d78 /src/exchange-lib/testing_api_trait_amount.c | |
parent | 11b3616355e4a0fb4a5dff1f5aee4de5e1884ca5 (diff) |
Commenting the main "testing" header file.
Diffstat (limited to 'src/exchange-lib/testing_api_trait_amount.c')
-rw-r--r-- | src/exchange-lib/testing_api_trait_amount.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/exchange-lib/testing_api_trait_amount.c b/src/exchange-lib/testing_api_trait_amount.c index 9c37783b..35bc86a2 100644 --- a/src/exchange-lib/testing_api_trait_amount.c +++ b/src/exchange-lib/testing_api_trait_amount.c @@ -43,10 +43,10 @@ * @return #GNUNET_OK on success */ int -TALER_TESTING_get_trait_amount_obj ( - const struct TALER_TESTING_Command *cmd, - unsigned int index, - const struct TALER_Amount **amount) +TALER_TESTING_get_trait_amount_obj + (const struct TALER_TESTING_Command *cmd, + unsigned int index, + const struct TALER_Amount **amount) { return cmd->traits (cmd->cls, (void **) amount, @@ -65,9 +65,9 @@ TALER_TESTING_get_trait_amount_obj ( * @return the trait. */ struct TALER_TESTING_Trait -TALER_TESTING_make_trait_amount_obj ( - unsigned int index, - const struct TALER_Amount *amount) +TALER_TESTING_make_trait_amount_obj + (unsigned int index, + const struct TALER_Amount *amount) { struct TALER_TESTING_Trait ret = { .index = index, |