Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Jun 18, 2024
1 parent 728bce5 commit 879c6c6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/xutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ namespace xcpp

std::string prefix = xeus::prefix_path();

#if defined (_WIN32)
const char separator = '\\';
#else
const char separator = '/';
#endif
#if defined(_WIN32)
const char separator = '\\';
#else
const char separator = '/';
#endif

return prefix + separator + "etc" + separator + "xeus-cpp" + separator + "tags.d";
}
Expand All @@ -125,11 +125,11 @@ namespace xcpp

std::string prefix = xeus::prefix_path();

#if defined (_WIN32)
const char separator = '\\';
#else
const char separator = '/';
#endif
#if defined(_WIN32)
const char separator = '\\';
#else
const char separator = '/';
#endif

return prefix + separator + "share" + separator + "xeus-cpp" + separator + "tagfiles";
}
Expand Down

0 comments on commit 879c6c6

Please sign in to comment.