Skip to content

Commit f821b64

Browse files
committed
Fix clang-format.
1 parent ea6ffc5 commit f821b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DxilValidation/DxilContainerValidation.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ struct SimpleViewIDState {
9292
bool IsValid = true;
9393
SimpleViewIDState(std::vector<uint32_t> &Data, PSVShaderKind,
9494
bool UsesViewID);
95-
void Print(raw_ostream& OS, PSVShaderKind ShaderStage, bool UsesViewID) {
95+
void Print(raw_ostream &OS, PSVShaderKind ShaderStage, bool UsesViewID) {
9696
unsigned NumStreams =
9797
ShaderStage == PSVShaderKind::Geometry ? PSV_GS_MAX_STREAMS : 1;
9898

0 commit comments

Comments
 (0)