* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8186889120
commit
87cda89ca7
@ -5903,7 +5903,7 @@ node_extended_grapheme_cluster(Node** np, ScanEnv* env)
|
|||||||
/* L* LVT T* */
|
/* L* LVT T* */
|
||||||
{
|
{
|
||||||
Node* seq[4];
|
Node* seq[4];
|
||||||
|
|
||||||
r = quantify_property_node(seq+0, env, "Grapheme_Cluster_Break=L", 0, REPEAT_INFINITE);
|
r = quantify_property_node(seq+0, env, "Grapheme_Cluster_Break=L", 0, REPEAT_INFINITE);
|
||||||
if (r != 0) goto err;
|
if (r != 0) goto err;
|
||||||
r = create_property_node(seq+1, env, "Grapheme_Cluster_Break=LVT");
|
r = create_property_node(seq+1, env, "Grapheme_Cluster_Break=LVT");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user