Skip to content

Commit 34f1030

Browse files
committed
Remove extraneous whitespace in lod_type.
1 parent 08d3435 commit 34f1030

File tree

1 file changed

+1
-1
lines changed
  • crates/spirv-std/macros/src

1 file changed

+1
-1
lines changed

crates/spirv-std/macros/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ impl VisitMut for SampleImplRewriter {
701701
let lod_type = if self.0 & SAMPLE_PARAM_EXPLICIT_LOD_MASK != 0 {
702702
"ExplicitLod"
703703
} else {
704-
"ImplicitLod "
704+
"ImplicitLod"
705705
};
706706
let s = s.replace("$LOD", lod_type);
707707

0 commit comments

Comments
 (0)