Skip to content

Commit 8fd70ec

Browse files
committed
Fix format issues
1 parent c6f5684 commit 8fd70ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/lib/SPIRV/SpirvEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14888,7 +14888,7 @@ SpirvInstruction *SpirvEmitter::invertYIfRequested(SpirvInstruction *position,
1488814888

1488914889
assert(supportsInvertY && "invertY is only supported in VS/DS/GS/MS")
1489014890

14891-
if (spirvOptions.invertY) {
14891+
if (spirvOptions.invertY) {
1489214892
const auto oldY = spvBuilder.createCompositeExtract(
1489314893
astContext.FloatTy, position, {1}, loc, range);
1489414894
const auto newY = spvBuilder.createUnaryOp(

0 commit comments

Comments
 (0)