mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
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:
parent
4e09722637
commit
e4f891ce8d
22 changed files with 93 additions and 56 deletions
2
object.c
2
object.c
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue