Skip to content

Commit

Permalink
Remove extra space causing rendering issue (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naghasan authored Feb 5, 2025
1 parent e7294a8 commit 09913f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/spirv/unified1/spirv.core.grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -10463,7 +10463,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "IdRef", "name" : "'Target '" }
{ "kind" : "IdRef", "name" : "'Target'" }
],
"capabilities" : [ "ArithmeticFenceEXT" ],
"version" : "None"
Expand Down

0 comments on commit 09913f0

Please sign in to comment.