Fix indentation.
authorEric Christopher <echristo@apple.com>
Wed, 16 Jun 2010 00:26:36 +0000 (00:26 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 16 Jun 2010 00:26:36 +0000 (00:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106072 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MachObjectWriter.cpp

index 28fc779b96d88055f2f7fdc06daf093cabae85d6..f5f444c78c2398b39dff459e4d629648f94e9b75 100644 (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!");