From 70af82900f14b4b31558dca4143d5b04da5e3f68 Mon Sep 17 00:00:00 2001 From: King19931229 <562538332@qq.com> Date: Mon, 24 May 2021 16:43:16 +0800 Subject: [PATCH] Fix indentation --- client/tracy_rpmalloc.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/tracy_rpmalloc.cpp b/client/tracy_rpmalloc.cpp index dcbb5f41..8ab327b6 100644 --- a/client/tracy_rpmalloc.cpp +++ b/client/tracy_rpmalloc.cpp @@ -130,9 +130,9 @@ # include # include # if defined(__APPLE__) -#if !TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR -# include -# endif +# if !TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR +# include +# endif # include # include # endif