summaryrefslogtreecommitdiff
path: root/src/lib/test_exchange_api_interpreter_on-off.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-25 16:18:24 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-25 16:18:24 +0200
commiteb559970846f0fa27f1f25c482cd07210a56f4b1 (patch)
tree8526637825e520e1420b17515934ced794a33c01 /src/lib/test_exchange_api_interpreter_on-off.c
parent3742239c13001433eeade439a0e0490f07351c43 (diff)
downloadexchange-eb559970846f0fa27f1f25c482cd07210a56f4b1.tar.gz
exchange-eb559970846f0fa27f1f25c482cd07210a56f4b1.tar.bz2
exchange-eb559970846f0fa27f1f25c482cd07210a56f4b1.zip
re-format code
Diffstat (limited to 'src/lib/test_exchange_api_interpreter_on-off.c')
-rw-r--r--src/lib/test_exchange_api_interpreter_on-off.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/test_exchange_api_interpreter_on-off.c b/src/lib/test_exchange_api_interpreter_on-off.c
index ee49dd45e..40094ad4b 100644
--- a/src/lib/test_exchange_api_interpreter_on-off.c
+++ b/src/lib/test_exchange_api_interpreter_on-off.c
@@ -40,7 +40,7 @@
*
* This test helps in finding a way to use/modify the "normal"
* cert_cb to handle reconnections from serialized states as well.
- *
+ *
* 1st step: simply turn the interpreter off and on again.
* 2nd step: turn the interpreter off and give a serial state
* to reconnect.
@@ -80,13 +80,13 @@ run (void *cls,
};
TALER_TESTING_run (is,
- commands);
+ commands);
}
int
main (int argc,
- char * const *argv)
+ char *const *argv)
{
/* These environment variables get in the way... */
unsetenv ("XDG_DATA_HOME");
@@ -99,7 +99,7 @@ main (int argc,
* if it's available. */
switch (TALER_TESTING_prepare_exchange (CONFIG_FILE,
&auditor_url,
- &exchange_url))
+ &exchange_url))
{
case GNUNET_SYSERR:
GNUNET_break (0);