From: Evan Cheng Date: Sat, 8 Nov 2008 01:30:20 +0000 (+0000) Subject: Indentation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fd827c41cec48d4b8a6159ad29f5069d613170a8;p=oota-llvm.git Indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58881 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;