Skip to content

Commit e5d63cb

Browse files
committed
Fix indenting to match upstream
1 parent ddbf600 commit e5d63cb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

insns.def

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,8 +1550,7 @@ opt_mod
15501550
y = FIX2LONG(obj);
15511551
if (x > 0 && y > 0) {
15521552
val = LONG2FIX(x % y);
1553-
}
1554-
else {
1553+
} else {
15551554
/* copied from numeric.c#fixdivmod */
15561555
long div, mod;
15571556

@@ -2137,8 +2136,7 @@ opt_regexpmatch1
21372136
{
21382137
if (BASIC_OP_UNREDEFINED_P(BOP_MATCH, REGEXP_REDEFINED_OP_FLAG)) {
21392138
val = rb_reg_match(r, obj);
2140-
}
2141-
else {
2139+
} else {
21422140
val = rb_funcall(r, idEqTilde, 1, obj);
21432141
}
21442142
}

0 commit comments

Comments
 (0)