Skip to content

Commit 11f7bb2

Browse files
committed
For some reason the formatter wants me to revert back to my old formatting?
1 parent 2ef55cb commit 11f7bb2

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)