From c508161e4f26dfb51e3167b372172e269d4258ab Mon Sep 17 00:00:00 2001 From: AhmedFatthy1040 Date: Thu, 19 Dec 2024 21:35:19 +0200 Subject: [PATCH] Format xinterpreter.cpp with clang-format --- src/xinterpreter.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/xinterpreter.cpp b/src/xinterpreter.cpp index dfd57efe..ea6b3c78 100644 --- a/src/xinterpreter.cpp +++ b/src/xinterpreter.cpp @@ -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()