Skip to content

Commit 85cf511

Browse files
committed
Fix indentation - NFC.
1 parent 6552ac8 commit 85cf511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Runtime/Metadata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2543,7 +2543,7 @@ struct TargetGenericBoxHeapMetadata : public TargetBoxHeapMetadata<Runtime> {
25432543
unsigned getAllocAlignMask() const {
25442544
// Heap allocations are at least pointer aligned.
25452545
return BoxedType->getValueWitnesses()->getAlignmentMask()
2546-
| (alignof(void*) - 1);
2546+
| (alignof(void*) - 1);
25472547
}
25482548

25492549
static bool classof(const TargetMetadata<Runtime> *metadata) {

0 commit comments

Comments
 (0)