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

    <tr>
        <th>Summary</th>
        <td>
            [clang-format] incorrect space added r-value reference 
        </td>
    </tr>

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

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

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

<pre>
    ```cpp
struct foo {
  template <class T> decltype(auto) operator()(T&& t) const {}
}
```
should not be formatted with
```
PointerBindsToType: true
```
but is formatted to
```cpp
struct foo {
  template <class T> decltype(auto) operator()(T && t) const {}
}
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJy0kk2O2zAMhU9Db4gEtuT4Z-HFpGnWXeQCtETbKhTLkKgZzO2LOFNMUcymiwICJIjk44eHRym5eWUe4HSG06WgLEuIg1ieOadiDPZ9gKZ8HrNtUF6gfEkSsxGcQkBoz88_ROH75kkYQX8znlLCG-jvaNl4ed8YVEdZAqgew8aRJERQHageVHcD1YBqUB5VE9Yku3B7eWp_Pn6jfHAsIXuLaxAcGacQ7yTCFt-cLF8O_AhuFY5nt9p0C7cHlX5BiZm_bB-zoEt_CEv4q-8_WoL_6klhB2173VPBQ9X0fX3SbVUWy9Dy2PRT11KnK-rqqSLNVJdmqmsiO7WFG1SpdFWVXVWrTpfHkamprZ7Gpmnb1jDUJd_J-aP3r_djiHPhUso8tFXTVYWnkX3aI6TUym-4F0GpR6Li8Jg5jHlOUJfeJUmfKuLE79kzntb58DQaThd0qwkxshFMGxlGspYtxsMr-cwYeeLIq2EscvTDIrIl0C-grqCus5Mlj0cT7qCuj00f12GL4ScbAXXd-RKo687_KwAA__9jnead">