Skip to content

Commit

Permalink
Fix whitespace and other formatting things-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
JaxLinAMD authored Sep 29, 2021
1 parent 9921f14 commit 13a82f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/internalMemMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 13a82f6

Please sign in to comment.