Skip to content

Commit 6364a6c

Browse files
committed
remove spaces for formatting.
1 parent 7efcad8 commit 6364a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphics/ShaderTools/src/SPIRVTools.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ spv_target_env SpvTargetEnvFromSPIRV(const std::vector<uint32_t>& SPIRV)
111111
std::vector<uint32_t> OptimizeSPIRV(const std::vector<uint32_t>& SrcSPIRV, spv_target_env TargetEnv, SPIRV_OPTIMIZATION_FLAGS Passes)
112112
{
113113
using namespace SPIRVToolsInternal;
114-
114+
115115
VERIFY_EXPR(Passes != SPIRV_OPTIMIZATION_FLAG_NONE);
116116

117117
if (TargetEnv == SPV_ENV_MAX)

0 commit comments

Comments
 (0)