Skip to content

Commit 3c4cfb7

Browse files
committed
Formatting changes
Change-Id: Ic02800302b258840b40bf409d6354c5430ca348d
1 parent d701195 commit 3c4cfb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ static DecodeStatus decodeUImmOperandGE(MCInst &Inst, uint32_t Imm,
343343

344344
template <unsigned Width, unsigned LowerBound>
345345
static DecodeStatus decodeUImmPlus1OperandGE(MCInst &Inst, uint32_t Imm,
346-
int64_t Address,
347-
const MCDisassembler *Decoder) {
346+
int64_t Address,
347+
const MCDisassembler *Decoder) {
348348
assert(isUInt<Width>(Imm) && "Invalid immediate");
349349

350350
if (Imm < LowerBound)

0 commit comments

Comments
 (0)