<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/92688>92688</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            [clang-format] A space is missing after a word token
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            clang-format,
            invalid-code-generation
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          heiher
      </td>
    </tr>
</table>

<pre>
    A space is missing after `xor` in the following case with the PR https://github.com/llvm/llvm-project/pull/90161.

Expected formatting:

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

Actual formatting:

```c
 void test(void) {
  static void (*xor)(uint8_t *, size_t, uint8_t);
  xor= resolve_xor_x86();
}
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJy8U8GO0zAQ_ZrJZdTKsRsnPuTQ3dIz4gcqx5lNDG5c2ZO28PUoKbALEhJwQIrisefpeZ71ns3ZDxNRC9UTVIfCzjzG1I7kR0pFF_vP7R7zxTpCn_Hsc_bTgPaFKSFocY8JtEA_IY-ELzGEeFsAzmbCm-dxPX__AUfmSwa1B3kEeRw8j3O3dfEM8hjC9fuyuaT4kRyDPF7mEEAejSh1uQVxALF__N_dL-SYenyJ6WyZ_TQsvG8QoMXjc4_9NfoemTKDbJYapEGonx5NxMyWvcMVBbIBuV9USQOymf3EzYkR5B7kM2b_hU68VN8aC0r9ILrHhKAOmCjHcKXTPabTvdEr5ysO6sMvY76dfe94tuHPteF_FPcv2oq-Vb1RxhbUlnWpy9I0oirGVunelqrW1lHd20rVSglVi6qrTaeVMYVvpZA7UZWmLCu9q7a1Idf0otNEom5MBTtBZ-vDdnHONqah8DnP1Bqpm6YItqOQV1tL6YKdhs3jUUFKkM8gpZ-uNvh-42JPm4EmSpZ9nJZ-dShSuxqym4cMOxF85vx6EXsOa2R-Iq4O-NusWLzF1CPHTzQVcwrtXwdiFZeXSCz6vgYAAP__VwEctQ">