1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

D2D: Fix formatting

This commit is contained in:
reuk 2024-04-25 11:27:21 +01:00
parent 590e22f320
commit f333875386
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -228,7 +228,7 @@ private:
ComSmartPtr<IDXGIFactory2> result;
if (const auto hr = CreateDXGIFactory2 (0, __uuidof (IDXGIFactory2), (void**) result.resetAndGetPointerAddress()); SUCCEEDED (hr))
return result;
JUCE_END_IGNORE_WARNINGS_GCC_LIKE
JUCE_END_IGNORE_WARNINGS_GCC_LIKE
// If CreateDXGIFactory fails, check to see if this is being called in the context of DllMain.
// CreateDXGIFactory will always fail if called from the context of DllMain. In this case, the renderer