Skip to content

Incorrect spacing in C/C++ pointer type variable definitions #11

Description

@davidshepherd7

We still can't distinguish between multiplication and pointer variables outside of function argument lists.

So for example

Thingy*my_thingy;

becomes

Thingy * my_thingy;

even though it's (probably) a pointer variable not a multiplication.

Related to #7

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions