]> git.saurik.com Git - bison.git/commitdiff
glr: formatting changes
authorAkim Demaille <akim@lrde.epita.fr>
Thu, 19 Sep 2013 13:00:32 +0000 (15:00 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Thu, 19 Sep 2013 13:57:59 +0000 (15:57 +0200)
* data/glr.c: here.

data/glr.c

index bd132333443d621a1ed6977a62b0b070a1443181..03a2d078e54b7d637fd5315ccd597c6c84ed301d 100644 (file)
@@ -1080,7 +1080,7 @@ yyexpandGLRStack (yyGLRStack* yystackp)
     }
   if (yystackp->yysplitPoint != YY_NULL)
     yystackp->yysplitPoint = YYRELOC (yystackp->yyitems, yynewItems,
-                                 yystackp->yysplitPoint, yystate);
+                                      yystackp->yysplitPoint, yystate);
 
   for (yyn = 0; yyn < yystackp->yytops.yysize; yyn += 1)
     if (yystackp->yytops.yystates[yyn] != YY_NULL)