aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-06-16 00:26:36 +0000
committerEric Christopher <echristo@apple.com>2010-06-16 00:26:36 +0000
commite48dbf8d839dd7aa3cfb257b9c495f25987547b4 (patch)
tree8304c9477f5947b96975f9bc27fa78ce4b6848d0
parentd361a77f14997d4674f41545103acad3a4a902f1 (diff)
downloadexternal_llvm-e48dbf8d839dd7aa3cfb257b9c495f25987547b4.zip
external_llvm-e48dbf8d839dd7aa3cfb257b9c495f25987547b4.tar.gz
external_llvm-e48dbf8d839dd7aa3cfb257b9c495f25987547b4.tar.bz2
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106072 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/MC/MachObjectWriter.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/MC/MachObjectWriter.cpp b/lib/MC/MachObjectWriter.cpp
index 28fc779..f5f444c 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!");