1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Fix indentation

This commit is contained in:
King19931229 2021-05-24 16:43:16 +08:00
parent 56a0439dff
commit 70af82900f

View File

@ -130,9 +130,9 @@
# include <stdio.h>
# include <stdlib.h>
# if defined(__APPLE__)
#if !TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR
# include <mach/mach_vm.h>
# endif
# if !TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR
# include <mach/mach_vm.h>
# endif
# include <mach/vm_statistics.h>
# include <pthread.h>
# endif