From bad07a7f6631331709eedc8e2d1ceacb29695794 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 14 Jul 2020 14:21:52 +0200 Subject: style: comments changes * src/print.c: here. --- src/print-xml.c | 8 ++++---- src/print.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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, -- cgit v1.2.1