Skip to content

Commit d1c8afa

Browse files
authored
Fix indentation of m_language declaration
1 parent 7057bf3 commit d1c8afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xeus-cpp/xinterpreter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ namespace xcpp
7979

8080
std::string m_version;
8181

82-
std::string m_language;
82+
std::string m_language;
8383

8484
xmagics_manager xmagics;
8585
xpreamble_manager preamble_manager;

0 commit comments

Comments
 (0)