replace tabs with spaces

This commit is contained in:
Chris Simons 2020-05-07 16:56:42 -07:00
parent 30c77497df
commit 7a2b38ad56
1 changed files with 4 additions and 4 deletions

View File

@ -40,10 +40,10 @@ main(int argc, char** argv)
#endif
#ifdef __APPLE__
/* Silence "is calling TIS/TSM in non-main thread environment" as it is a red
herring that causes a lot of issues to be filed for the MacOS client/server.
*/
setenv("OS_ACTIVITY_DT_MODE", "NO", true);
/* Silence "is calling TIS/TSM in non-main thread environment" as it is a red
herring that causes a lot of issues to be filed for the MacOS client/server.
*/
setenv("OS_ACTIVITY_DT_MODE", "NO", true);
#endif
Arch arch;