From: Akim Demaille Date: Mon, 20 Apr 2009 21:48:38 +0000 (+0200) Subject: Formatting change. X-Git-Tag: v2.7.90~891 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/72e727f2ec4e9f95c2ba63a4af358bc31c9e9338?ds=inline Formatting change. --- diff --git a/ChangeLog b/ChangeLog index 04cff9e7..ea7cd649 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-04-20 Akim Demaille + + Formatting change. + 2009-04-20 Akim Demaille bison: factoring. diff --git a/src/print.c b/src/print.c index ddd76a60..440b0a8a 100644 --- a/src/print.c +++ b/src/print.c @@ -1,6 +1,6 @@ /* Print information on generated parser, for bison, - Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2003, 2004, 2005, 2007 + Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -370,15 +370,15 @@ print_state (FILE *out, state *s) | Print information on the whole grammar. | `-----------------------------------------*/ -#define END_TEST(End) \ -do { \ - if (column + strlen(buffer) > (End)) \ - { \ - fprintf (out, "%s\n ", buffer); \ - column = 3; \ - buffer[0] = 0; \ - } \ -} while (0) +#define END_TEST(End) \ + do { \ + if (column + strlen (buffer) > (End)) \ + { \ + fprintf (out, "%s\n ", buffer); \ + column = 3; \ + buffer[0] = 0; \ + } \ + } while (0) static void