From fd827c41cec48d4b8a6159ad29f5069d613170a8 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Sat, 8 Nov 2008 01:30:20 +0000 Subject: [PATCH] Indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58881 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineRelocation.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/llvm/CodeGen/MachineRelocation.h b/include/llvm/CodeGen/MachineRelocation.h index 7393451e35d..4b655ed787f 100644 --- a/include/llvm/CodeGen/MachineRelocation.h +++ b/include/llvm/CodeGen/MachineRelocation.h @@ -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; -- 2.34.1