Tidy up.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / RuntimeDyld.cpp
index 99524a3b0025ab964eb9ff59783fc05f33f739c8..51f6ef0a872180bd8bdfb2dc974527003b5e2e60 100644 (file)
@@ -1,4 +1,4 @@
-//===-- RuntimeDyld.cpp - Run-time dynamic linker for MC-JIT ------*- C++ -*-===//
+//===-- RuntimeDyld.cpp - Run-time dynamic linker for MC-JIT ----*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -41,7 +41,7 @@ void RuntimeDyldImpl::extractFunction(StringRef Name, uint8_t *StartAddress,
 
   // Default the assigned address for this symbol to wherever this
   // allocated it.
-  SymbolTable[Name] = SymbolLoc(SectionID, 0); 
+  SymbolTable[Name] = SymbolLoc(SectionID, 0);
   DEBUG(dbgs() << "    allocated to [" << Mem << ", " << Mem + Size << "]\n");
 }