mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
While the majority of the sites assumed 8-wide tabs, at least engines/e_capi.c assumed 4-wide; in any case it is better to just follow the code style guide and eliminate them altogether. Some addition changes (namely, curly brackets in apps/crl.c and apps/req.c, and additional whitespace changes in apps/s_client.c and test/provider_pkey_test.c) are made to placate check-format-commit.sh. Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Paul Dale <ppzgs1@gmail.com> (Merged from https://github.com/openssl/openssl/pull/28162)