Spacing.
authorEric Christopher <echristo@gmail.com>
Tue, 16 Oct 2012 23:46:19 +0000 (23:46 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 16 Oct 2012 23:46:19 +0000 (23:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166074 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ExecutionEngine/RuntimeDyld.h

index 7da4a4e09a3855c452d011b8ac9b86edb7f5e2f7..a71b1411c8aed38914ac0e6cf8450230cc6e3b1a 100644 (file)
@@ -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