================
@@ -411,7 +393,8 @@ bool ContinuationIndenter::mustBreak(const LineState 
&State) {
         // sets BreakBeforeParameter to avoid bin packing and this creates a
         // completely unnecessary line break after a template type that isn't
         // line-wrapped.
-        (Previous.NestingLevel == 1 || Style.BinPackParameters)) ||
+        (Previous.NestingLevel == 1 ||
+         (Style.PackParameters == FormatStyle::PPS_BinPack))) ||
----------------
HazardyKnusperkeks wrote:

```suggestion
        (Style.PackParameters == FormatStyle::PPS_BinPack)) ||
```

https://github.com/llvm/llvm-project/pull/101882
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to