diff --git a/src/print-xml.c b/src/print-xml.c index 2f1ad5b1..c509089f 100644 --- a/src/print-xml.c +++ b/src/print-xml.c @@ -202,11 +202,11 @@ print_errs (FILE *out, int level, state *s) } -/*-------------------------------------------------------------------------. +/*-------------------------------------------------------------------. | Report a reduction of RULE on LOOKAHEAD (which can be 'default'). | -| If not ENABLED, the rule is masked by a shift or a reduce (S/R and | -| R/R conflicts). | -`-------------------------------------------------------------------------*/ +| If not ENABLED, the rule is masked by a shift or a reduce (S/R and | +| R/R conflicts). | +`-------------------------------------------------------------------*/ static void print_reduction (FILE *out, int level, char const *lookahead, diff --git a/src/print.c b/src/print.c index 7aba2189..7ef3ba4d 100644 --- a/src/print.c +++ b/src/print.c @@ -180,11 +180,11 @@ print_errs (FILE *out, const state *s) } -/*-------------------------------------------------------------------------. +/*-------------------------------------------------------------------. | Report a reduction of RULE on LOOKAHEAD (which can be 'default'). | -| If not ENABLED, the rule is masked by a shift or a reduce (S/R and | -| R/R conflicts). | -`-------------------------------------------------------------------------*/ +| If not ENABLED, the rule is masked by a shift or a reduce (S/R and | +| R/R conflicts). | +`-------------------------------------------------------------------*/ static void print_reduction (FILE *out, size_t width,