Skip to content

Commit 5106ae5

Browse files
kr-2003mcbarton
authored andcommitted
clang-format changes
1 parent 3ba0c1c commit 5106ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Interpreter/CppInterOp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3674,7 +3674,7 @@ namespace Cpp {
36743674

36753675
int Undo(unsigned N) {
36763676
#ifdef CPPINTEROP_USE_CLING
3677-
auto &I = getInterp();
3677+
auto& I = getInterp();
36783678
cling::Interpreter::PushTransactionRAII RAII(&I);
36793679
I.unload(N);
36803680
return compat::Interpreter::kSuccess;

0 commit comments

Comments
 (0)