From 2c0cad5b49df4582b4976791e3a1838b728f81d3 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Tue, 20 Dec 2016 12:54:18 +0100 Subject: [PATCH] Whitespace. --- lib/Interpreter/Interpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Interpreter/Interpreter.cpp b/lib/Interpreter/Interpreter.cpp index a7fb7f7888..916c894081 100644 --- a/lib/Interpreter/Interpreter.cpp +++ b/lib/Interpreter/Interpreter.cpp @@ -209,7 +209,7 @@ namespace cling { } m_IncrParser->SetTransformers(parentInterp); - + if (!m_LLVMContext) { // Never true, but don't tell the compiler. // Force symbols needed by runtime to be included in binaries.