Skip to content

Commit 8fa9037

Browse files
kr-2003anutosh491
authored andcommitted
clang-format changes
1 parent b2c8c77 commit 8fa9037

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)