Skip to content

Commit

Permalink
Fix clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Nov 26, 2024
1 parent c381f7e commit cef0343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RenderSystems/Vulkan/src/OgreVulkanDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ namespace Ogre
for( const VkExtensionProperties &ext : availableExtensions )
{
LogManager::getSingleton().logMessage( "Vulkan: Found instance extension: " +
String( ext.extensionName ) );
String( ext.extensionName ) );
}

// Enumerate supported layers
Expand Down

0 comments on commit cef0343

Please sign in to comment.