diff --git a/src/testing/test_bank_api_twisted.c b/src/testing/test_bank_api_twisted.c index 8ca98948d..612848bdc 100644 --- a/src/testing/test_bank_api_twisted.c +++ b/src/testing/test_bank_api_twisted.c @@ -83,11 +83,12 @@ run (void *cls, struct TALER_TESTING_Interpreter *is) { struct TALER_WireTransferIdentifierRawP wtid; - - memset (&wtid, 0x5a, sizeof (wtid)); - /* Route our commands through twister. */ struct TALER_BANK_AuthenticationData exchange_auth_twisted; + + memset (&wtid, + 0x5a, + sizeof (wtid)); memcpy (&exchange_auth_twisted, &bc.exchange_auth, sizeof (struct TALER_BANK_AuthenticationData));