From 50cd8a53c640dbcc0cd775cb96c956572c880979 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 28 Jul 2018 00:57:55 -0700 Subject: [PATCH] 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 --- src/systemc/dt/int/sc_nbcommon.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.30.2