<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/59729>59729</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[Format] Removes space between `&&` and `noexcept`
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
danakj
</td>
</tr>
</table>
<pre>
https://godbolt.org/z/a7henzE5c
```
struct SomeMarker {
void f() &&noexcept {}
operator int() &&noexcept { return 0; }
};
```
Should be:
```
struct SomeMarker {
void f() && noexcept {}
operator int() && noexcept { return 0; }
};
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJykkktu3DAMhk9Db4gMaMovLbzIYOpdN80JJJsdO5EtQ5KTNqcv7EwboEgXQQGBepCU-FG_iXG6LiItlGcoL5nZ0uhDO5jFPD1m1g8_2zGlNYK6B-6Au6sfrHfp5MMVuHsF7kw9yvL6peyBLkD3N1vRbRzbmMLWJ3zws3w14UkCQn1-cyEiPvtpwO_ADbBG4Aq4Wrz86GVNR2B9eY_1qwSTfMBpSf_MwCBpCwsSqDP-Sd8X6vxhgW_2YfSbG9DKjvtZjg8g8PMU-F8Y2dCqQSttMmnzqmYm0pRnY1v0KtcmJ7Gk2GrVk1YVlaU1VdMTF9nUMjHnzA0VeUn5SZm6qbXixtbCOQ1QkMxmcifnnuf9-7Mpxk3aUtesM2esuHioiHmRFzycwLyLKrR7zp3drhEKclNM8f2WNCV3yK_zYTYJygt-k9k_S8S4ml7QSnoRWXCHPFoEFaFZhv3gd7OgomwL7m-tTmnc7Kn3M3C3P3ib7tbgH6VPwN1RZgTuDoxfAQAA___KEN3N">