make indentation match other files
(Actually by Matthew, but setting Claire as the author so that it will be easier to see via `git blame` in the future if I mangle Claire's code.)
This commit is contained in:
parent
9a017a789f
commit
a6ea577869
|
@ -1285,6 +1285,8 @@ Scheme_Object *letrec_check_set(Scheme_Object *o, Letrec_Check_Frame *frame,
|
||||||
sb = (Scheme_Set_Bang *)o;
|
sb = (Scheme_Set_Bang *)o;
|
||||||
val = sb->val;
|
val = sb->val;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
val = letrec_check_expr(val, frame, uvars, pvars, pos);
|
val = letrec_check_expr(val, frame, uvars, pvars, pos);
|
||||||
sb->val = val;
|
sb->val = val;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user