Adjust styles [ci skip]

* --braces-after-func-def-line
* --dont-cuddle-else
* --procnames-start-lines
* --space-after-for
* --space-after-if
* --space-after-while
This commit is contained in:
Nobuyoshi Nakada 2021-06-16 22:07:05 +09:00
parent 4e09722637
commit e4f891ce8d
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
22 changed files with 93 additions and 56 deletions

View file

@ -393,7 +393,7 @@ special_object_p(VALUE obj)
static VALUE
obj_freeze_opt(VALUE freeze)
{
switch(freeze) {
switch (freeze) {
case Qfalse:
case Qtrue:
case Qnil: