commit 3605d96423f368ab9fa622d935088e858cca208d parent a381964293a16dbe2742dcd15e1b9dbca6009de8 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 13 Oct 2018 19:13:39 +0200 indentation fix Diffstat:
| M | src/exchange-lib/test_exchange_api_keys_cherry_picking_new.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
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 @@ -105,7 +105,8 @@ run (void *cls, TALER_TESTING_cmd_end () }; - TALER_TESTING_run (is, commands); + TALER_TESTING_run (is, + commands); }