mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
cex: style changes
* src/counterexample.c: here.
This commit is contained in:
@@ -113,7 +113,7 @@ free_counterexample (counterexample *cex)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
print_counterexample (counterexample *cex, FILE *out, const char *prefix)
|
print_counterexample (const counterexample *cex, FILE *out, const char *prefix)
|
||||||
{
|
{
|
||||||
fprintf (out, " %s%-20s ",
|
fprintf (out, " %s%-20s ",
|
||||||
prefix, cex->unifying ? _("Example") : _("First example"));
|
prefix, cex->unifying ? _("Example") : _("First example"));
|
||||||
|
|||||||
Reference in New Issue
Block a user