style changes.

* data/xslt/xml2dot.xsl, data/xslt/xml2xhtml.xsl: Space changes.
	* src/print-xml.c: Style changes.
	* tests/conflicts.at: Comment changes.
This commit is contained in:
Akim Demaille
2009-06-11 14:50:25 +02:00
parent 517cb0ad9c
commit 83b66dddb6
5 changed files with 29 additions and 21 deletions

View File

@@ -248,10 +248,11 @@ print_reductions (FILE *out, int level, state *s)
int report = false;
int i, j;
if (reds->num == 0) {
xml_puts (out, level, "<reductions/>");
return;
}
if (reds->num == 0)
{
xml_puts (out, level, "<reductions/>");
return;
}
if (yydefact[s->number] != 0)
default_reduction = &rules[yydefact[s->number] - 1];