whitespace
diff --git a/src/D3D12MemAlloc.cpp b/src/D3D12MemAlloc.cpp
index 9a8efb5..f38512f 100644
--- a/src/D3D12MemAlloc.cpp
+++ b/src/D3D12MemAlloc.cpp
@@ -708,7 +708,7 @@
     UINT sizeX = (UINT)resourceDesc.Width;

     UINT sizeY = resourceDesc.Height;

     UINT bitsPerPixel = GetBitsPerPixel(resourceDesc.Format);

-    if (bitsPerPixel == 0)

+    if(bitsPerPixel == 0)

         return false;

 

     if(IsFormatCompressed(resourceDesc.Format))