renamed hcl_getrbtstyle() to hcl_get_rbt_style()

This commit is contained in:
2019-11-18 14:09:57 +00:00
parent 8b96d6fc0f
commit 9b2f40c282
3 changed files with 5 additions and 5 deletions

View File

@ -186,7 +186,7 @@ static hcl_rbt_style_t style[] =
}
};
const hcl_rbt_style_t* hcl_getrbtstyle (hcl_rbt_style_kind_t kind)
const hcl_rbt_style_t* hcl_get_rbt_style (hcl_rbt_style_kind_t kind)
{
return &style[kind];
}