My question (maybe merely phylosofical) is: what should you do? Keep existing code, allowing those exception to lie there, hoping someone will clean them up manually, or run indent against the code, hoping it doesn't dirt the code?
In general we don't do pure formatting changes unless there is a vast improvement in readability.
If that part of the code is reworked, it'll get cleaned up.
Cheers,
Sylvain