File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -106,11 +106,11 @@ namespace xcpp
106
106
107
107
std::string prefix = xeus::prefix_path ();
108
108
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
114
114
115
115
return prefix + separator + " etc" + separator + " xeus-cpp" + separator + " tags.d" ;
116
116
}
@@ -125,11 +125,11 @@ namespace xcpp
125
125
126
126
std::string prefix = xeus::prefix_path ();
127
127
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
133
133
134
134
return prefix + separator + " share" + separator + " xeus-cpp" + separator + " tagfiles" ;
135
135
}
You can’t perform that action at this time.
0 commit comments