systemc: Adjust some whitespace in a print out.
authorGabe Black <gabeblack@google.com>
Sat, 28 Jul 2018 07:57:55 +0000 (00:57 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 11 Sep 2018 21:55:11 +0000 (21:55 +0000)
This makes a test output file diff successfully.

Change-Id: Ia269b4b33f719a2559197d9296f9acc601ec65f7
Reviewed-on: https://gem5-review.googlesource.com/12062
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

src/systemc/dt/int/sc_nbcommon.inc

index 90507ff912b0f1483c129f3969aece14e17e2ef7..13317a6fa5e683da1d1ec6612c4dd2082f604e0b 100644 (file)
@@ -2580,7 +2580,7 @@ CLASS_TYPE::dump(::std::ostream &os) const
 
     os << "width = " << length() << ::std::endl;
     os << "value = " << *this << ::std::endl;
-    os << "bits = ";
+    os << "bits  = ";
 
     int len = length();