Skip to content

Commit da90ecb

Browse files
authored
Fix indentation in xinterpreter.cpp
1 parent be511a4 commit da90ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/xinterpreter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ __get_cxx_version ()
112112
//NOLINTNEXTLINE (cppcoreguidelines-pro-bounds-pointer-arithmetic)
113113
createInterpreter(Args(argv ? argv + 1 : argv, argv + argc));
114114
m_version = get_stdopt();
115-
m_language = Cpp::GetLanguage(nullptr);
115+
m_language = Cpp::GetLanguage(nullptr);
116116
redirect_output();
117117
init_preamble();
118118
init_magic();

0 commit comments

Comments
 (0)