Skip to content

Commit 9070e3d

Browse files
author
Daniel Kroening
committed
message beautification
1 parent 766b44e commit 9070e3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hw-cbmc/hw_bmc.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ void hw_bmct::do_unwind_module()
3333

3434
const symbolt &symbol=ns.lookup(unwind_module);
3535

36-
status() << "Unwinding transition system " << symbol.name
37-
<< " with " << unwind_no_timeframes
36+
status() << "Unwinding transition system `" << symbol.name
37+
<< "' with " << unwind_no_timeframes
3838
<< " time frames" << eom;
3939

4040
::unwind(

0 commit comments

Comments
 (0)