Skip to content

Commit b282254

Browse files
authored
Fix formatting.
1 parent 96e055d commit b282254

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/swift/SIL/SILBuilder.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2099,9 +2099,8 @@ class SILBuilder {
20992099
unsigned NumBits = BuiltinIntTy->getWidth().getFixedWidth();
21002100
Name += "_Int" + llvm::utostr(NumBits);
21012101
}
2102-
}
2103-
else if (auto BuiltinFloatTy =
2104-
dyn_cast<BuiltinFloatType>(OpdTy.getASTType())) {
2102+
} else if (auto BuiltinFloatTy =
2103+
dyn_cast<BuiltinFloatType>(OpdTy.getASTType())) {
21052104
Name += "_FP";
21062105
switch (BuiltinFloatTy->getFPKind()) {
21072106
case BuiltinFloatType::IEEE16: Name += "IEEE16"; break;

0 commit comments

Comments
 (0)