sweep.c: Reduce scope of local variables and avoid reusing them.
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 15 Nov 2011 14:14:30 +0000 (15:14 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 15 Nov 2011 14:14:30 +0000 (15:14 +0100)
This makes the code easier to follow, and helps the compiler with
optimisation.


No differences found