]> git.saurik.com Git - bison.git/commitdiff
glr.cc: formatting changes.
authorAkim Demaille <akim@lrde.epita.fr>
Fri, 4 May 2012 12:08:02 +0000 (14:08 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Fri, 4 May 2012 12:53:49 +0000 (14:53 +0200)
* data/glr.cc: Fit in 80 columns.

data/glr.cc

index b7f0a9c177d8df09e253b14586ece54695aa8bbc..f5f0f44723fae98b199b022ed18506d34135bb03 100644 (file)
@@ -151,7 +151,8 @@ m4_pushdef([b4_parse_param], m4_defn([b4_parse_param_orig]))dnl
 
   inline void
   ]b4_parser_class_name[::yy_symbol_value_print_ (int yytype,
-                          const semantic_type* yyvaluep, const location_type* yylocationp)
+                           const semantic_type* yyvaluep,
+                           const location_type* yylocationp)
   {
     YYUSE (yylocationp);
     YYUSE (yyvaluep);
@@ -169,7 +170,8 @@ m4_pushdef([b4_parse_param], m4_defn([b4_parse_param_orig]))dnl
 
   void
   ]b4_parser_class_name[::yy_symbol_print_ (int yytype,
-                          const semantic_type* yyvaluep, const location_type* yylocationp)
+                           const semantic_type* yyvaluep,
+                           const location_type* yylocationp)
   {
     *yycdebug_ << (yytype < YYNTOKENS ? "token" : "nterm")
               << ' ' << yytname[yytype] << " ("