Skip to content

Commit 336ab91

Browse files
Carl PetoCarl Peto
authored andcommitted
fix unintended whitespace change
1 parent e7f6621 commit 336ab91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/Basic/LangOptions.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -572,11 +572,11 @@ std::pair<bool, bool> LangOptions::setTarget(llvm::Triple triple) {
572572
}
573573

574574
// Set the "_pointerBitWidth" platform condition.
575-
if (Target.isArch32Bit()) {
576-
addPlatformConditionValue(PlatformConditionKind::PointerBitWidth, "_32");
577-
} else if (Target.isArch64Bit()) {
578-
addPlatformConditionValue(PlatformConditionKind::PointerBitWidth, "_64");
579-
}
575+
if (Target.isArch32Bit()) {
576+
addPlatformConditionValue(PlatformConditionKind::PointerBitWidth, "_32");
577+
} else if (Target.isArch64Bit()) {
578+
addPlatformConditionValue(PlatformConditionKind::PointerBitWidth, "_64");
579+
}
580580

581581
// Set the "runtime" platform condition.
582582
addPlatformConditionValue(PlatformConditionKind::Runtime,

0 commit comments

Comments
 (0)