src/output*.cpp cleanup:
Return ASAP, do not calculate stuff you do not need.
Declaration and assignment of variables in one line.
Declare local variables outside of loops.
Use prefix instead of postfix increment.
Added and removed newlines.
Fixed indentation.
Approved by PS Jenkins bot, Sam Spilsbury.