Skip to content

extra spacing added to normalised inner comment in a function call #1747

Open
@topecongiro

Description

@topecongiro

E.g.

foo(xxxxxxx, xxxxxxxx /* inline comment */, y /* sup */);
foo(
    xxxxxxx,
    xxxxxxxx, // inline comment
    y, /* sup */
);

when normalize_comments = true.

Metadata

Metadata

Assignees

No one assigned

    Labels

    a-commentsbugPanic, non-idempotency, invalid code, etc.only-with-optionrequires a non-default option value to reproducep-low

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions