fix style

This commit is contained in:
Yuito Murase 2014-08-04 07:36:31 +09:00
parent 0c4d2b9cef
commit 9e9666999e
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ pic_record_new(pic_state *pic, pic_value rectype)
}
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);
return pic_eq_p(rec->rectype, rectype);