]> git.ipfire.org Git - thirdparty/openssl.git/commit
that open brace { should be on the previous line
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Wed, 13 Sep 2023 18:32:54 +0000 (20:32 +0200)
committerNeil Horman <nhorman@openssl.org>
Mon, 22 Jul 2024 10:55:35 +0000 (06:55 -0400)
commit962431d58bdf7fcdb3db11f17cea878b83292243
tree1e52d31bf7605b773c7882fa25a82ab8f4a4d3ff
parent1cf2f8231ea8c3c1dd73a6f5bdf1404ecd503c4d
that open brace { should be on the previous line

Found by running the checkpatch.pl Linux script to enforce coding style.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22097)
45 files changed:
apps/passwd.c
apps/pkcs12.c
apps/speed.c
crypto/asn1/f_int.c
crypto/bio/bio_addr.c
crypto/bn/bn_lib.c
crypto/bn/bn_nist.c
crypto/des/set_key.c
crypto/ec/curve448/curve448.c
crypto/ec/ec_backend.c
crypto/ec/ecp_nistp256.c
crypto/evp/dh_support.c
crypto/evp/e_des3.c
crypto/idea/idea_local.h
crypto/sha/sha256.c
crypto/sm4/sm4.c
crypto/x509/v3_pci.c
fuzz/server.c
include/crypto/evp.h
providers/fips/self_test_kats.c
providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
providers/implementations/ciphers/cipher_aes_siv_hw.c
providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
providers/implementations/ciphers/cipher_cts.c
providers/implementations/ciphers/cipher_desx_hw.c
providers/implementations/ciphers/cipher_tdes_wrap.c
providers/implementations/digests/blake2s_prov.c
providers/implementations/digests/sha3_prov.c
providers/implementations/kdfs/kbkdf.c
providers/implementations/keymgmt/dsa_kmgmt.c
providers/implementations/rands/seeding/rand_vxworks.c
ssl/ssl_lib.c
ssl/statem/statem_dtls.c
test/bftest.c
test/bio_enc_test.c
test/casttest.c
test/destest.c
test/evp_extra_test.c
test/helpers/pkcs12.c
test/ideatest.c
test/modes_internal_test.c
test/pkcs12_format_test.c
test/rsa_sp800_56b_test.c
test/ssl_old_test.c
test/sslbuffertest.c