Skip to content

Commit 85f201d

Browse files
committed
Clang format
1 parent b1e78f9 commit 85f201d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/xutils.cpp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ namespace xcpp
106106

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

109-
#if defined (_WIN32)
110-
const char separator = '\\';
111-
#else
112-
const char separator = '/';
113-
#endif
109+
#if defined(_WIN32)
110+
const char separator = '\\';
111+
#else
112+
const char separator = '/';
113+
#endif
114114

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

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

128-
#if defined (_WIN32)
129-
const char separator = '\\';
130-
#else
131-
const char separator = '/';
132-
#endif
128+
#if defined(_WIN32)
129+
const char separator = '\\';
130+
#else
131+
const char separator = '/';
132+
#endif
133133

134134
return prefix + separator + "share" + separator + "xeus-cpp" + separator + "tagfiles";
135135
}

0 commit comments

Comments
 (0)