[clang] [clang-format][NFC] Drop "Always" in "AlwaysBreakAfterReturnType". (PR #81591)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 13 23:28:00 PST 2024


================
@@ -1130,14 +1129,13 @@ template <> struct MappingTraits<FormatStyle> {
     // AlwaysBreakAfterReturnType was not, initialize the latter from the
     // former for backwards compatibility.
----------------
owenca wrote:

```suggestion
    // BreakAfterReturnType was not, initialize the latter from the former for
    // backwards compatibility.
```

https://github.com/llvm/llvm-project/pull/81591


More information about the cfe-commits mailing list