Project

General

Profile

Feature #10800 » fix_indent_for_MISC_10800.patch

gogotanaka (Kazuki Tanaka), 01/30/2015 01:44 AM

View differences:

math.c
{
switch (TYPE(num)) {
case T_FLOAT:
return RFLOAT_VALUE(num);
return RFLOAT_VALUE(num);
case T_FIXNUM:
if (rb_method_basic_definition_p(rb_cFixnum, id_to_f)) {
-
(2-2/2)