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

    <tr>
        <th>Summary</th>
        <td>
            [clang-format] Space before parentheses not working on `operator<`
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
      </td>
    </tr>

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

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

<pre>
    I am using
```
SpaceBeforeParens: Always
SpacesInAngles: Always
```

`operator<` does not add a space, but all other operators do.

**IE**
```
nds bool operator> ( const Energy& other ) const noexcept;
nds bool operator<( const double amount ) const noexcept;
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJx9UcuO2zAM_Br5QqxhS34edEiyWSC3Av0C2mJsdxXJkORu8_eV3WTTdrsFCFBDUsMBp7PqKk-AF1j8ZAaWPbNsx6rsFhv8OmNPezpbR1_QkfFM7GCn3_DqfxvwJ7Mzg6YP3b_Y3ot2JofBOiYOEYGy5MHYAKgUIPiVk_EDdEssaQ02jOTg_snH-fQPQr7G6fgr_3OzUR46azU8Nh-B8QZ6a3yAoyE3XBmvbqsYb28dY-lHT3NgYv8p0-FBpOzSaYo3tYsJ_6N515eQzKuqLttW1E2ipFCtaDEJU9AkWbnvNZrhKRpwwcDKZ9gODt1mCcyrJ1Gxv93vzbrXaCVYAx-unCxOyzGEeXWJ8ZcYwxTGpUt7e4lA6-_39DQ7-436EOHk_RJ95S9l0_A8GWWtaqW6c5apRpQcayR1FnnTZEVWldgXicaOtF-lR7nJJHnGeZ5nBY-PsklbUSiRY6tQcCzrhhUZXXDS6bo4tW5InNw0dMvgY1NPPvhHE72fBkN058cljNbJox8NvSabWrlJ_QnYO-GH">