fix style
This commit is contained in:
parent
0c4d2b9cef
commit
9e9666999e
|
@ -18,7 +18,8 @@ pic_record_new(pic_state *pic, pic_value rectype)
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
pic_record_of(pic_state *pic, struct pic_record *rec, pic_value rectype) {
|
pic_record_of(pic_state *pic, struct pic_record *rec, pic_value rectype)
|
||||||
|
{
|
||||||
UNUSED(pic);
|
UNUSED(pic);
|
||||||
|
|
||||||
return pic_eq_p(rec->rectype, rectype);
|
return pic_eq_p(rec->rectype, rectype);
|
||||||
|
|
Loading…
Reference in New Issue