diff options
author | Eric Christopher <echristo@apple.com> | 2010-06-16 00:26:36 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-06-16 00:26:36 +0000 |
commit | e48dbf8d839dd7aa3cfb257b9c495f25987547b4 (patch) | |
tree | 8304c9477f5947b96975f9bc27fa78ce4b6848d0 /lib/MC/MachObjectWriter.cpp | |
parent | d361a77f14997d4674f41545103acad3a4a902f1 (diff) |
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106072 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MachObjectWriter.cpp')
-rw-r--r-- | lib/MC/MachObjectWriter.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/MC/MachObjectWriter.cpp b/lib/MC/MachObjectWriter.cpp index 28fc779b96..f5f444c78c 100644 --- a/lib/MC/MachObjectWriter.cpp +++ b/lib/MC/MachObjectWriter.cpp @@ -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!"); |