Skip to content

Commit 1c3e67c

Browse files
committed
Fix formatting.
1 parent 9ff1d0d commit 1c3e67c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/CodeGen/Targets/X86.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,8 @@ ABIArgInfo X86_32ABIInfo::getIndirectResult(QualType Ty, bool ByVal,
606606
unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8;
607607
unsigned StackAlign = getTypeStackAlignInBytes(Ty, TypeAlign);
608608
if (StackAlign == 0)
609-
return ABIArgInfo::getIndirect(CharUnits::fromQuantity(4), 0, /*ByVal=*/true);
609+
return ABIArgInfo::getIndirect(CharUnits::fromQuantity(4), 0,
610+
/*ByVal=*/true);
610611

611612
// If the stack alignment is less than the type alignment, realign the
612613
// argument.

0 commit comments

Comments
 (0)