From: Eric Christopher Date: Tue, 16 Oct 2012 23:46:19 +0000 (+0000) Subject: Spacing. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9ed6da49f31be652717404376cc316d3a50d88da;p=oota-llvm.git Spacing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166074 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ExecutionEngine/RuntimeDyld.h b/include/llvm/ExecutionEngine/RuntimeDyld.h index 7da4a4e09a3..a71b1411c8a 100644 --- a/include/llvm/ExecutionEngine/RuntimeDyld.h +++ b/include/llvm/ExecutionEngine/RuntimeDyld.h @@ -63,7 +63,7 @@ protected: // Any relocations already associated with the symbol will be re-resolved. void reassignSectionAddress(unsigned SectionID, uint64_t Addr); public: - RuntimeDyld(RTDyldMemoryManager*); + RuntimeDyld(RTDyldMemoryManager *); ~RuntimeDyld(); /// loadObject - prepare the object contained in the input buffer for