summaryrefslogtreecommitdiff
path: root/cont.c
diff options
context:
space:
mode:
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cont.c b/cont.c
index 57b95feb9f..10f418db57 100644
--- a/cont.c
+++ b/cont.c
@@ -158,8 +158,7 @@ cont_new(VALUE klass)
volatile VALUE contval;
rb_thread_t *th = GET_THREAD();
- contval = Data_Make_Struct(klass, rb_context_t,
- cont_mark, cont_free, cont);
+ contval = Data_Make_Struct(klass, rb_context_t, cont_mark, cont_free, cont);
cont->self = contval;
cont->alive = Qtrue;