On Mon, May 21, 2018 at 2:57 PM, Yisheng Xie <xieyishe...@huawei.com> wrote: > match_string() returns the index of an array for a matching string, > which can be used intead of open coded variant.
> + return match_string(core->parent_names, > + core->num_parents, parent_core->name) >= 0; More logical split is to leave second parameter on the first line. P.S. I would rather to put everything to one line even if takes ~83 characters. -- With Best Regards, Andy Shevchenko