Kazuki Yamaguchi 5062c0c621 [ruby/openssl] Expand tabs in C source files
Since around 2018, we have been using spaces for indentation for newly
added code[1]. The mixed use of tabs and spaces has repeatedly confused
new contributors who configured their editors to use a different tab
size than 8. Since git blame can now skip specific commits, ruby/ruby
did a mass reformatting of tabs in 2022[2]. Do the same in ruby/openssl.

While at it, fix a few indentation issues, mainly in switch-case labels
and in ossl_ssl_session.c, which used doubled indentation size.

This patch contains white-space changes only. git diff -w output should
be empty.

[1] https://bugs.ruby-lang.org/issues/14246
[2] https://bugs.ruby-lang.org/issues/18891

https://github.com/ruby/openssl/commit/4d6214f507
2025-12-04 17:46:59 +00:00
..
2025-09-10 05:37:21 +00:00
2025-12-04 08:13:03 +00:00
2025-11-10 10:12:10 +00:00
2025-11-27 15:00:57 +09:00
2025-09-15 13:05:17 +09:00