style nit fix
authorShane Lontis <shane.lontis@oracle.com>
Tue, 26 Mar 2019 05:20:22 +0000 (15:20 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Tue, 26 Mar 2019 05:20:22 +0000 (15:20 +1000)
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8580)

test/provider_test.c

index 3de9266a993307aaed7b0626498d3f6439f6bb80..cba7cbaa1df8861875e0529e575422716608de7d 100644 (file)
@@ -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))