Skip to content

Commit 205aef9

Browse files
committed
fix format
1 parent 975630c commit 205aef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ uint64_t PPCMCCodeEmitter::getImmEncoding(const MCInst &MI, unsigned OpNo,
215215
if (MO.isImm())
216216
return getMachineOpValue(MI, MO, Fixups, STI);
217217

218-
uint32_t Offset=0;
218+
uint32_t Offset = 0;
219219
if (Fixup == PPC::fixup_ppc_half16)
220220
Offset = IsLittleEndian ? 0 : 2;
221221

0 commit comments

Comments
 (0)