Indentation.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 8 Nov 2008 01:30:20 +0000 (01:30 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 8 Nov 2008 01:30:20 +0000 (01:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58881 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineRelocation.h

index 7393451e35d78a904e1b0d6e3efb41c7511c8ec7..4b655ed787fa03e83886c961ba39399bd0d965bf 100644 (file)
@@ -99,10 +99,10 @@ public:
   /// MachineRelocation::getGVNonLazyPtr - Return a relocation entry for a
   /// Mac OS X non-lazy GlobalValue indirect reference.
   static MachineRelocation getGVNonLazyPtr(intptr_t offset,
-                                 unsigned RelocationType, 
-                                 GlobalValue *GV, intptr_t cst = 0,
-                                 bool NeedStub = 0,
-                                 bool GOTrelative = 0) {
+                                           unsigned RelocationType, 
+                                           GlobalValue *GV, intptr_t cst = 0,
+                                           bool NeedStub = 0,
+                                           bool GOTrelative = 0) {
     assert((RelocationType & ~63) == 0 && "Relocation type too large!");
     MachineRelocation Result;
     Result.Offset = offset;