pallene-lang / pallene

Pallene Compiler
MIT License
697 stars 29 forks source link

Tiny spacing change on multi-return vars #612

Closed hugomg closed 4 months ago

hugomg commented 4 months ago

This is a formatting change to the parameter declaration for the return pointer when a function return multiple values.

Before:

lua_Integer* ret2

After

lua_Integer *ret2