Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 80f6216

Browse files
committedMay 23, 2025
clang-format
1 parent 357f5d1 commit 80f6216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/xinterpreter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ __get_cxx_version ()
220220
compilation_result = Cpp::Process(code.c_str());
221221
}
222222
}
223-
catch(std::logic_error& e)
223+
catch (std::logic_error& e)
224224
{
225225
errorlevel = 1;
226226
ename = "Logic Error: ";

0 commit comments

Comments
 (0)
Please sign in to comment.