More reformatting of reference parameter declarations.
authorSteve Reinhardt <stever@eecs.umich.edu>
Wed, 4 Feb 2004 19:16:30 +0000 (11:16 -0800)
committerSteve Reinhardt <stever@eecs.umich.edu>
Wed, 4 Feb 2004 19:16:30 +0000 (11:16 -0800)
commit98948b2e572d10faf1ac91f977837cf2e8a903c3
tree35f13103c6dc13ca41e41d753e1bf570c3a672f9
parent368e6e3e570430b207b0194290242a2f98e565ca
More reformatting of reference parameter declarations.
The last change only caught the ones with types that
started with capitals.  This pass catches the rest
(mostly STL and uint*_t types).

base/cprintf_formats.hh:
cpu/simple_cpu/simple_cpu.cc:
sim/serialize.cc:
sim/serialize.hh:
    Change "foo_t& foo" to "foo_t &foo".

--HG--
extra : convert_revision : fc7f7425db2aef33e490f952b5ce74c8c36d0d41
base/cprintf_formats.hh
cpu/simple_cpu/simple_cpu.cc
sim/serialize.cc
sim/serialize.hh