From: Shane Lontis Date: Tue, 26 Mar 2019 05:20:22 +0000 (+1000) Subject: style nit fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=866cc2334c95c8602eb4d018bfc224357c47b511;p=openssl style nit fix Reviewed-by: Matthias St. Pierre Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/8580) --- diff --git a/test/provider_test.c b/test/provider_test.c index 3de9266a99..cba7cbaa1d 100644 --- a/test/provider_test.c +++ b/test/provider_test.c @@ -33,8 +33,8 @@ static int test_provider(const char *name) char expected_greeting[256]; BIO_snprintf(expected_greeting, sizeof(expected_greeting), - "Hello OpenSSL %.20s, greetings from %s!", - OPENSSL_VERSION_STR, name); + "Hello OpenSSL %.20s, greetings from %s!", + OPENSSL_VERSION_STR, name); return TEST_ptr(prov = OSSL_PROVIDER_load(NULL, name))