Skip to content

Commit 61cd557

Browse files
committed
git clang format
1 parent 978f6fe commit 61cd557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Interpreter/CppInterOp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2960,8 +2960,8 @@ namespace Cpp {
29602960
#ifdef CPPINTEROP_USE_CLING
29612961
auto I = new compat::Interpreter(ClingArgv.size(), &ClingArgv[0]);
29622962
#else
2963-
auto Interp =
2964-
compat::Interpreter::create(static_cast<int>(ClingArgv.size()), ClingArgv.data());
2963+
auto Interp = compat::Interpreter::create(
2964+
static_cast<int>(ClingArgv.size()), ClingArgv.data());
29652965
if (!Interp)
29662966
return nullptr;
29672967
auto* I = Interp.release();

0 commit comments

Comments
 (0)