Skip to content

Commit de856be

Browse files
committed
fix formatting.
1 parent 7cfe7e4 commit de856be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ namespace Diligent
5151
{
5252

5353
//when DILIGENT_NO_HLSL not defined
54-
std::vector<uint32_t> PatchSPIRVConvertUniformBufferToPushConstant(const std::vector<uint32_t>& SPIRV,
55-
const std::string& BlockName);
54+
std::vector<uint32_t> PatchSPIRVConvertUniformBufferToPushConstant(const std::vector<uint32_t>& SPIRV,
55+
const std::string& BlockName);
5656

5757
constexpr INTERFACE_ID PipelineStateVkImpl::IID_InternalImpl;
5858

0 commit comments

Comments
 (0)