On Tue, 6 Apr 2021 11:18:07 +0300 Yordan Karadzhov <y.karadz@xxxxxxxxx> wrote: > Maybe we should include an explanation what to do in cases like this: > > struct instance_wrapper *iw, **iw_ptr; > > > Let's say, the two are closely related in the code of the function, > however technically speaking the types are different. Is it OK to have > both on the same line? That's one of the cases where I would say it's an exception and not a rule. Remember this document is a guide not a requirement as I state at the end. I wouldn't include the above, as it's not common, and it really is a case by case situation on how to do that, so it is out of scope for this document. -- Steve