From 13a82f6feaf8a028045087afdd9f3923a9f74486 Mon Sep 17 00:00:00 2001 From: JaxLinAMD <39079076+JaxLinAMD@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:02:28 +0800 Subject: [PATCH] Fix whitespace and other formatting things-v2 --- src/core/internalMemMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/internalMemMgr.cpp b/src/core/internalMemMgr.cpp index 219cbfd9..dc5e33af 100644 --- a/src/core/internalMemMgr.cpp +++ b/src/core/internalMemMgr.cpp @@ -585,7 +585,7 @@ uint32 InternalMemMgr::GetReferencesCount() // Map the GPU memory allocation for cpu access Result InternalMemMgr::Map( GpuMemory* pGpuMemory, - void** ppData) + void** ppData) { PAL_ASSERT(pGpuMemory != nullptr); Result result = Result::ErrorInvalidValue;