Skip to content

Commit 8e28259

Browse files
reasonablytallBridgeAR
authored andcommitted
test: change formatting of fixtures/keys/Makefile
Converts the whitespace to spaces in the all: ... target for consistency. The other whitespace has to remain tabs due to how Makefiles work. PR-URL: #27962 Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent d258504 commit 8e28259

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

test/fixtures/keys/Makefile

+24-24
Original file line numberDiff line numberDiff line change
@@ -24,37 +24,37 @@ all: \
2424
dh512.pem \
2525
dh1024.pem \
2626
dh2048.pem \
27-
dherror.pem \
28-
dsa_params.pem \
29-
dsa_private.pem \
30-
dsa_private_encrypted.pem \
31-
dsa_private_pkcs8.pem \
32-
dsa_public.pem \
27+
dherror.pem \
28+
dsa_params.pem \
29+
dsa_private.pem \
30+
dsa_private_encrypted.pem \
31+
dsa_private_pkcs8.pem \
32+
dsa_public.pem \
3333
dsa1025.pem \
3434
dsa_private_1025.pem \
3535
dsa_private_encrypted_1025.pem \
3636
dsa_public_1025.pem \
3737
ec-cert.pem \
3838
ec.pfx \
3939
fake-cnnic-root-cert.pem \
40-
rsa_private.pem \
41-
rsa_private_encrypted.pem \
42-
rsa_private_pkcs8.pem \
43-
rsa_private_pkcs8_bad.pem \
44-
rsa_public.pem \
45-
rsa_ca.crt \
46-
rsa_cert.crt \
47-
rsa_cert.pfx \
48-
rsa_public_sha1_signature_signedby_rsa_private.sha1 \
49-
rsa_public_sha1_signature_signedby_rsa_private_pkcs8.sha1 \
50-
rsa_private_b.pem \
51-
I_AM_THE_WALRUS_sha256_signature_signedby_rsa_private_b.sha256 \
52-
rsa_public_b.pem \
53-
rsa_cert_foafssl_b.crt \
54-
rsa_cert_foafssl_b.modulus \
55-
rsa_cert_foafssl_b.exponent \
56-
rsa_spkac.spkac \
57-
rsa_spkac_invalid.spkac \
40+
rsa_private.pem \
41+
rsa_private_encrypted.pem \
42+
rsa_private_pkcs8.pem \
43+
rsa_private_pkcs8_bad.pem \
44+
rsa_public.pem \
45+
rsa_ca.crt \
46+
rsa_cert.crt \
47+
rsa_cert.pfx \
48+
rsa_public_sha1_signature_signedby_rsa_private.sha1 \
49+
rsa_public_sha1_signature_signedby_rsa_private_pkcs8.sha1 \
50+
rsa_private_b.pem \
51+
I_AM_THE_WALRUS_sha256_signature_signedby_rsa_private_b.sha256 \
52+
rsa_public_b.pem \
53+
rsa_cert_foafssl_b.crt \
54+
rsa_cert_foafssl_b.modulus \
55+
rsa_cert_foafssl_b.exponent \
56+
rsa_spkac.spkac \
57+
rsa_spkac_invalid.spkac \
5858
rsa_private_1024.pem \
5959
rsa_private_2048.pem \
6060
rsa_private_4096.pem \

0 commit comments

Comments
 (0)