From e70244fd1a2b9bc077a9d3ea5a749a8820718479 Mon Sep 17 00:00:00 2001 From: Frederich Munch <marsupial@users.noreply.github.com> Date: Wed, 8 Mar 2017 12:18:49 -0500 Subject: [PATCH] Formatting. --- interpreter/cling/include/cling/Interpreter/Interpreter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreter/cling/include/cling/Interpreter/Interpreter.h b/interpreter/cling/include/cling/Interpreter/Interpreter.h index 4da1b39cab1..f3c0e3fc5e5 100644 --- a/interpreter/cling/include/cling/Interpreter/Interpreter.h +++ b/interpreter/cling/include/cling/Interpreter/Interpreter.h @@ -587,7 +587,7 @@ namespace cling { ///\returns result of the compilation. /// CompilationResult loadHeader(const std::string& filename, - Transaction** T = 0); + Transaction** T = 0); ///\brief Loads header file or shared library. /// -- GitLab