Skip to content

Commit 09913f0

Browse files
author
Victor Lomuller
authored
Remove extra space causing rendering issue (KhronosGroup#485)
1 parent e7294a8 commit 09913f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/spirv/unified1/spirv.core.grammar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10463,7 +10463,7 @@
1046310463
"operands" : [
1046410464
{ "kind" : "IdResultType" },
1046510465
{ "kind" : "IdResult" },
10466-
{ "kind" : "IdRef", "name" : "'Target '" }
10466+
{ "kind" : "IdRef", "name" : "'Target'" }
1046710467
],
1046810468
"capabilities" : [ "ArithmeticFenceEXT" ],
1046910469
"version" : "None"

0 commit comments

Comments
 (0)