Skip to content

dereference operator needing space #96

@curiouskiwi

Description

@curiouskiwi

Here are 2 example lines:

int a = *(c + b + 3) + *(d + e + 3);

float b = (*(c + b + 3) + *(d + e + 3)) / 2.0;

style50 insists on a space between * and (d in the second one, which would be poor style.

style50deref

Might be confused by the parentheses? @crossroads1112

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions