Skip to content

Commit c47c362

Browse files
committed
fix formatting
1 parent e330b96 commit c47c362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphics/ShaderTools/src/ConvertUBOToPushConstant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ class ConvertUBOToPushConstantPass : public spvtools::opt::Pass
386386
std::string m_BlockName;
387387
};
388388

389-
} // namespace
389+
} // namespace SPIRVToolsUtil
390390

391391
std::vector<uint32_t> ConvertUBOToPushConstants(
392392
const std::vector<uint32_t>& SPIRV,

0 commit comments

Comments
 (0)