Skip to content

Commit

Permalink
Format xinterpreter.cpp with clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedFatthy1040 committed Dec 19, 2024
1 parent 628b1af commit c508161
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/xinterpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,21 +406,12 @@ __get_cxx_version ()
std::istringstream stream(non_standard_paths);
std::string path;
while (std::getline(stream, path, path_separator))
<<<<<<< HEAD
+ {
if (!path.empty())
+ {
Cpp::AddIncludePath(path.c_str());
+ }
+ }
=======
{
if (!path.empty())
{
Cpp::AddIncludePath(path.c_str());
}
}
>>>>>>> 489e506 (Format xinterpreter.cpp with clang-format)
}

void interpreter::init_preamble()
Expand Down

0 comments on commit c508161

Please sign in to comment.