================
@@ -1354,7 +1354,9 @@ unsigned UnwrappedLineFormatter::format(
bool FixIndentation = (FixBadIndentation || ContinueFormatting) &&
Indent != TheLine.First->OriginalColumn;
- bool ShouldFormat = TheLine.Affected || FixIndentation;
+ bool ShouldFormat = (TheLine.Affected || FixIndentation);
----------------
HazardyKnusperkeks wrote:
Why adding the parenthesis? (Actually clang-format, if new enough, should
remove them.)
https://github.com/llvm/llvm-project/pull/70338
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits