From 879c6c63784fa71ea1527a0ac53fa20041f2dc58 Mon Sep 17 00:00:00 2001 From: anutosh491 Date: Tue, 11 Jun 2024 17:47:10 +0530 Subject: [PATCH] Clang format --- src/xutils.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/xutils.cpp b/src/xutils.cpp index f9001826..d530f162 100644 --- a/src/xutils.cpp +++ b/src/xutils.cpp @@ -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"; } @@ -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"; }