auto: comment style

This commit is contained in:
Jōshin 2021-11-28 00:15:15 +00:00
parent 6a80b24c9b
commit ee18835a4b
No known key found for this signature in database
GPG Key ID: A8BE5A9A521639D0

View File

@ -389,6 +389,7 @@ static u3_auto*
_auto_link(u3_auto* car_u, u3_pier* pir_u, u3_auto* nex_u)
{
// skip null drivers
//
if ( !car_u ) {
return nex_u;
}