Skip to content

Commit

Permalink
bad formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
llvm-beanz committed Nov 1, 2023
1 parent 39a738b commit b2bf1d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/clang/lib/CodeGen/CGHLSLMS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -815,8 +815,7 @@ void CGMSHLSLRuntime::ConstructFieldAttributedAnnotation(
dyn_cast<BuiltinType>(type->getCanonicalTypeInternal()))
fieldAnnotation.SetCompType(BuiltinTyToCompTy(BTy, bSNorm, bUNorm));
} else {
DXASSERT(!bSNorm && !bUNorm,
"snorm/unorm on invalid type, validate at handleHLSLTypeAttr");
DXASSERT(!bSNorm && !bUNorm, "snorm/unorm on invalid type, validate at handleHLSLTypeAttr");
}
}

Expand Down

0 comments on commit b2bf1d8

Please sign in to comment.