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
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 }
You can’t perform that action at this time.
0 commit comments