Skip to content

Commit ca27ea6

Browse files
author
kr-2003
committed
clang-format changes
1 parent 0f3a940 commit ca27ea6

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
@@ -3618,7 +3618,7 @@ namespace Cpp {
36183618

36193619
int Undo(unsigned N) {
36203620
#ifdef CPPINTEROP_USE_CLING
3621-
auto &I = getInterp();
3621+
auto& I = getInterp();
36223622
cling::Interpreter::PushTransactionRAII RAII(&I);
36233623
I.unload(N);
36243624
return compat::Interpreter::kSuccess;

0 commit comments

Comments
 (0)