replace tabs with spaces
This commit is contained in:
parent
30c77497df
commit
7a2b38ad56
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue