Skip to content

Commit 43c28ba

Browse files
committed
Fix formatting
1 parent 8b9ee92 commit 43c28ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Graphics/GraphicsTools/src/OpenXRUtilities.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ extern "C"
376376
}
377377

378378
void Diligent_AllocateOpenXRSwapchainImageData(Diligent::RENDER_DEVICE_TYPE DeviceType,
379-
Diligent::Uint32 ImageCount,
380-
Diligent::IDataBlob** ppSwapchainImageData)
379+
Diligent::Uint32 ImageCount,
380+
Diligent::IDataBlob** ppSwapchainImageData)
381381
{
382382
Diligent::AllocateOpenXRSwapchainImageData(DeviceType, ImageCount, ppSwapchainImageData);
383383
}

0 commit comments

Comments
 (0)