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

    <tr>
        <th>Summary</th>
        <td>
            clang-format-16 AlignTrailingComments: Kind: Leave moves comments #2
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

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

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

<pre>
    Given following `.clang-format` file:
```yaml
AlignTrailingComments:
  Kind: Leave
```
And following `foo.cpp` source file:
```cpp
// Comment with trailing spaces in the end       
// Next comment
```
I expect that `clang-format-16 foo.cpp` will not perform formatting, however, it does:
```console
$ clang-format-16 foo.cpp
// Comment with trailing spaces in the end
 // Next comment
```


`clang-format-16` version:
```console
$ clang-format-16 --version
Ubuntu clang-format version 16.0.0 (++20221221042320+05f343fa8afe-1~exp1~20221221042422.633)
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJycU91uozwQfRpzMwqyx8QJF1wkrfLp0_dzs7sPYGAAr4yNsCHtTZ99BUl2m24rrYoQIHPOmXPGHh2CaR1RwbZHtn1M9BQ7Pxb_6TEaF770ZnR-Dknp6-fiLzOTg8Zb68_GtcAUTyurXbtp_NjryBSHxlhi8sD4I-MHpvjlfta9vSwdrGnd11Eba1z74PueXAw_CQD_GFczeYB_Sc_0RuWq4Op7D433aTUMS_Xgp7GiD0wsmMsKnhie4FodziZ2EK-WIAy6ogDGQewIyNVwue6o_9NThOrCf9fk30BPA1URYqfjYvJ1nzZCwSvTZ2MtOB9hoHEBwAUVjWsZPkDnzzTTuHyaCLWn8E4074K3t35hBh-V-0T-6878afK752-5l7wzjcF494kUm82Nu0K-lZOL0x3qJg5CpTzlwHDP8MjwiBxRIAqeoUTO8Mi3jcxko_e6oY14oadBvLwCZYipkpJh_sZkUheyzmWuEyqE2gmFfCt2SVc0KqOm1LmkjAsl9H5XVareZTWv93LBm-KmLwQX211aY7NrSiWVzimvcM8yTr02NrV27lM_tokJYaJimyu5TawuyYZ1ThEdnWH9yRCXsR2LhbMppzawjFsTYvilEk20VLxt5keTeD-C0PuZwm3HAzCUmEyjLboYh_UkrueiNbGbyrTyPcPTUvj62gyj_05VZHha7QaGpzXOjwAAAP__rBlYDw">