Skip to content

[clang-format] A space is missing after a word token #92688

Closed
@heiher

Description

@heiher

A space is missing after xor in the following case with the PR #90161.

Expected formatting:

void test(void) {
  static void (*xor)(uint8_t *, size_t, uint8_t);
  xor = resolve_xor_x86();
}

Actual formatting:

 void test(void) {
  static void (*xor)(uint8_t *, size_t, uint8_t);
  xor= resolve_xor_x86();
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions