Fix indentation.

llvm-svn: 106072
This commit is contained in:
Eric Christopher 2010-06-16 00:26:36 +00:00
parent b90df60b3b
commit 2092dc2acd
1 changed files with 4 additions and 4 deletions

View File

@ -739,10 +739,10 @@ public:
}
void RecordTLVPRelocation(const MCAssembler &Asm,
const MCAsmLayout &Layout,
const MCFragment *Fragment,
const MCFixup &Fixup, MCValue Target,
uint64_t &FixedValue) {
const MCAsmLayout &Layout,
const MCFragment *Fragment,
const MCFixup &Fixup, MCValue Target,
uint64_t &FixedValue) {
assert(Target.getSymA()->getKind() == MCSymbolRefExpr::VK_TLVP &&
!Is64Bit &&
"Should only be called with a 32-bit TLVP relocation!");