Whitespace.
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / IndirectionUtils.h
index 3bfff059110cc8b668798351dcaa8f65dab76578..aa75b3f46b4aec34c35141278434f33be25c1b58 100644 (file)
@@ -202,7 +202,7 @@ private:
                                          sys::Memory::MF_READ |
                                          sys::Memory::MF_EXEC);
     assert(!EC && "Failed to mprotect trampoline block");
-    
+
     TrampolineBlocks.push_back(std::move(TrampolineBlock));
   }
 
@@ -404,7 +404,7 @@ void moveGlobalVariableInitializer(GlobalVariable &OrigGV,
                                    ValueMaterializer *Materializer = nullptr,
                                    GlobalVariable *NewGV = nullptr);
 
-/// @brief Clone 
+/// @brief Clone
 GlobalAlias* cloneGlobalAliasDecl(Module &Dst, const GlobalAlias &OrigA,
                                   ValueToValueMapTy &VMap);