Skip to content

dereference operator needing space #96

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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