Skip to content

Commit 5bd717c

Browse files
committed
fix braces style
1 parent cf30306 commit 5bd717c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ void HexagonInstPrinter::printInst(const MCInst *MI, uint64_t Address,
3838
OS << '\v';
3939
HasExtender = false;
4040
printInstruction(MI->getOperand(0).getInst(), Address, OS);
41-
} else
41+
} else {
4242
printInstruction(MI, Address, OS);
43+
}
4344
HasExtender = HexagonMCInstrInfo::isImmext(*MI);
4445
if ((MI->getOpcode() & HexagonII::INST_PARSE_MASK) ==
4546
HexagonII::INST_PARSE_PACKET_END)

0 commit comments

Comments
 (0)