From: Gabe Black Date: Sat, 28 Jul 2018 07:57:55 +0000 (-0700) Subject: systemc: Adjust some whitespace in a print out. X-Git-Tag: v19.0.0.0~1808 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=50cd8a53c640dbcc0cd775cb96c956572c880979;p=gem5.git systemc: Adjust some whitespace in a print out. This makes a test output file diff successfully. Change-Id: Ia269b4b33f719a2559197d9296f9acc601ec65f7 Reviewed-on: https://gem5-review.googlesource.com/12062 Reviewed-by: Gabe Black Maintainer: Gabe Black --- diff --git a/src/systemc/dt/int/sc_nbcommon.inc b/src/systemc/dt/int/sc_nbcommon.inc index 90507ff91..13317a6fa 100644 --- a/src/systemc/dt/int/sc_nbcommon.inc +++ b/src/systemc/dt/int/sc_nbcommon.inc @@ -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();