bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 5/7] glr: formatting changes


From: Akim Demaille
Subject: [PATCH 5/7] glr: formatting changes
Date: Thu, 19 Sep 2013 16:26:05 +0200

* data/glr.c: here.
---
 data/glr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/glr.c b/data/glr.c
index bd13233..03a2d07 100644
--- a/data/glr.c
+++ b/data/glr.c
@@ -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)
-- 
1.8.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]