style: Fix line continuation, especially in debug messages
authorAndrew Bardsley <Andrew.Bardsley@arm.com>
Fri, 12 Sep 2014 14:22:47 +0000 (10:22 -0400)
committerAndrew Bardsley <Andrew.Bardsley@arm.com>
Fri, 12 Sep 2014 14:22:47 +0000 (10:22 -0400)
commitc8b919aba27a41adb7f75aeace358e4d31c47b76
tree49f918dad678e83f7d04e58f20f863519d412f6f
parent2b4906fc64984f9970186e6894f19f0f677a9fd4
style: Fix line continuation, especially in debug messages

This patch closes a number of space gaps in debug messages caused by
the incorrect use of line continuation within strings. (There's also
one consistency change to a similar, but correct, use of line
continuation)
src/arch/arm/faults.cc
src/arch/arm/table_walker.cc
src/arch/arm/tlb.cc
src/cpu/checker/cpu.cc
src/dev/arm/pl111.cc
src/dev/ns_gige.cc
src/sim/stat_control.cc
src/sim/system.cc