summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-13 19:13:39 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-13 19:13:39 +0200
commit3605d96423f368ab9fa622d935088e858cca208d (patch)
treec550f150bc1e2b0bf2823269e846183632443c00
parenta381964293a16dbe2742dcd15e1b9dbca6009de8 (diff)
downloadexchange-3605d96423f368ab9fa622d935088e858cca208d.tar.gz
exchange-3605d96423f368ab9fa622d935088e858cca208d.tar.bz2
exchange-3605d96423f368ab9fa622d935088e858cca208d.zip
indentation fix
-rw-r--r--src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c b/src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c
index cee26dee8..b45ef864a 100644
--- a/src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c
+++ b/src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c
@@ -105,7 +105,8 @@ run (void *cls,
TALER_TESTING_cmd_end ()
};
- TALER_TESTING_run (is, commands);
+ TALER_TESTING_run (is,
+ commands);
}