From ff360738b523aec19d0370d5921e8c981d063271 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 12 Jun 2019 07:19:14 -0400 Subject: [PATCH] XML: Remove extranious space on dtypes. --- src/V3EmitXml.cpp | 2 +- test_regress/t/t_xml_first.out | 4 ++-- test_regress/t/t_xml_tag.out | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/V3EmitXml.cpp b/src/V3EmitXml.cpp index 79d2718b6..0f1f7435e 100644 --- a/src/V3EmitXml.cpp +++ b/src/V3EmitXml.cpp @@ -161,7 +161,7 @@ class EmitXmlFileVisitor : public AstNVisitor { // Data types virtual void visit(AstBasicDType* nodep) { - outputTag(nodep, "basicdtype "); + outputTag(nodep, "basicdtype"); if (nodep->isRanged()) { puts(" left=\""+cvtToStr(nodep->left())+"\""); puts(" right=\""+cvtToStr(nodep->right())+"\""); diff --git a/test_regress/t/t_xml_first.out b/test_regress/t/t_xml_first.out index 22f21a67a..f535d8976 100644 --- a/test_regress/t/t_xml_first.out +++ b/test_regress/t/t_xml_first.out @@ -72,8 +72,8 @@ - - + + diff --git a/test_regress/t/t_xml_tag.out b/test_regress/t/t_xml_tag.out index 136a38426..3c215a08f 100644 --- a/test_regress/t/t_xml_tag.out +++ b/test_regress/t/t_xml_tag.out @@ -56,19 +56,19 @@ - - - + + + - - - - + + + + @@ -77,7 +77,7 @@ - +