ide: Fixed clang-format in MacOS, upgrade theide function implemented for macos

This commit is contained in:
Mirek Fidler 2023-04-19 09:03:31 +02:00
parent 74471235a2
commit 06b25db00a
5 changed files with 31 additions and 15 deletions

View file

@ -159,7 +159,6 @@ String ReformatCpp(CodeEditor& editor, bool setcursor, bool prefer_clang_format)
String r;
int code = HostSys(cmd + temp_path, r);
DDUMP(code);
DeleteFile(temp_path);