cosmetic: keep convention from other places

This commit is contained in:
Daniel Kochmanski 2017-05-01 18:27:53 +02:00
parent f9006d4371
commit 7260bfddd9

View file

@ -939,7 +939,8 @@ cl_package_used_by_list(cl_object p)
cl_object
cl_package_shadowing_symbols(cl_object p)
{
return cl_copy_list(si_coerce_to_package(p)->pack.shadowings);
p = si_coerce_to_package(p);
return cl_copy_list(p->pack.shadowings);
}
cl_object