> Writing sed scripts that change source code is likely to be very > unpalletable to some users. If you're working in an ISO9000 > environment where every single source line change is tracked > by a rather burdensome process, the last thing you want to do > is invoke that process for some source base simply because the > new compiler you are moving to behaves differently to the last 5 > compilers you used.
If you're working in that sort of environment the problem really should never occur because your coding standards (enforced by an automatic checker) should prohibit broken whitespace-at-end-of-line anyway. Paul