Whitespace.

This commit is contained in:
Axel Naumann 2015-02-10 11:13:59 +01:00 committed by sftnight
parent bb966e8c8f
commit 8edeb7fbbe

View File

@ -581,7 +581,7 @@ namespace cling {
std::unique_ptr<llvm::Module> M(getCodeGenerator()->ReleaseModule());
if (M) {
m_Interpreter->addModule(M.get());
m_Interpreter->addModule(M.get());
T->setModule(std::move(M));
}