Skip to content

Commit f0f74ac

Browse files
committed
newline
1 parent 28e4cbf commit f0f74ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2131,4 +2131,4 @@ LogicalResult spirv::GLDistanceOp::verify() {
21312131
}
21322132

21332133
return success();
2134-
}
2134+
}

mlir/test/Dialect/SPIRV/IR/gl-ops.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,4 +654,4 @@ func.func @reflect_invalid_type(%arg0 : i32, %arg1 : i32) {
654654
// expected-error @+1 {{'spirv.GL.Reflect' op operand #0 must be 16/32/64-bit float or vector of 16/32/64-bit float values}}
655655
%0 = spirv.GL.Reflect %arg0, %arg1 : i32
656656
return
657-
}
657+
}

0 commit comments

Comments
 (0)