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)
llvm-svn: 166074

llvm/include/llvm/ExecutionEngine/RuntimeDyld.h

index 7da4a4e..a71b141 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