summaryrefslogtreecommitdiff
path: root/src/lib/test_exchange_api_twisted.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/test_exchange_api_twisted.c')
-rw-r--r--src/lib/test_exchange_api_twisted.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/test_exchange_api_twisted.c b/src/lib/test_exchange_api_twisted.c
index 52c928341..739669b97 100644
--- a/src/lib/test_exchange_api_twisted.c
+++ b/src/lib/test_exchange_api_twisted.c
@@ -213,8 +213,7 @@ run (void *cls,
* NOTE: not all CMDs actually need the twister,
* so it may be better to move those into the "main"
* lib test suite.
- */
- struct TALER_TESTING_Command refund[] = {
+ */struct TALER_TESTING_Command refund[] = {
CMD_TRANSFER_TO_EXCHANGE
("create-reserve-r1",
@@ -328,6 +327,7 @@ run (void *cls,
fakebank_url);
}
+
/**
* Kill, wait, and destroy convenience function.
*
@@ -341,6 +341,7 @@ purge_process (struct GNUNET_OS_Process *process)
GNUNET_OS_process_destroy (process);
}
+
int
main (int argc,
char *const *argv)
@@ -395,4 +396,5 @@ main (int argc,
return 0;
}
+
/* end of test_exchange_api_twisted.c */