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

    <tr>
        <th>Summary</th>
        <td>
            [clang-format] Removes spaces in macro definitions where it shouldn't be
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            clang-format
      </td>
    </tr>

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

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

<pre>
    The formatter removes a space in macro definitions where it shouldn't be.
```
#define A a. b
```

will become
```
#define A a.b
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyUkd2q3CAUhZ9Gb2SCP5NJvPBiypAHKH0Bf_Yk9mgMbnMO7dOXyQyUll70gCjCXmuz1mcR47wCGNJ_If2N2r0tpZpWMrxtFn_CG3Ul_DDfFmD3UrNtDSqrkMs7ILMMN-uBxZVl62thAe5xjS2WFdnHAhVYbAyXsqewEjk05qAj_Eb4lVz46zy_Uh1aYFdmO-b-PXTcHzEl5sCXDP9h9bcTDUYFrbSlYMRFj0Mv1YXTxZx9r8H1WgSh1XBxIciz5m5w4yBBgaPRSC6V4EoIobRQHbfeAh_vzovgtQVy5pBtTF1K77krdaYRcQcz8GEcabIOEh49S-mTXefTs1Ai5aP5ah6yk9tnJGeeIjb8bdRiSwejP4T9jX19kTg44KdA0L0ms7S2IVFXIicipzm2ZXedL5nI6bH89Zy2Wr6Db0RORyQkcjpS_QoAAP__GhSyVw">