chore: style

This commit is contained in:
Leonardo de Moura 2020-01-08 20:58:12 -08:00
parent 760f8aa013
commit 981e35b6da

View file

@ -355,7 +355,7 @@ extern "C" obj_res lean_io_ref_swap(b_obj_arg ref, obj_arg a, obj_arg) {
}
extern "C" obj_res lean_io_ref_ptr_eq(b_obj_arg ref1, b_obj_arg ref2, obj_arg) {
// TODO: ref_maybe_mt
// TODO(Leo): ref_maybe_mt
bool r = ref1 == ref2; // lean_to_ref(ref1)->m_value == lean_to_ref(ref2)->m_value;
return set_io_result(box(r));
}