On 01.04.2016 06:48, Rick Green wrote:
Start with the original code base, the intented target
of Fons' patch.
Call it v0.
Apply Fons' patch to v0, yielding v1.
Run uncrustify on v0, yielding v0.1
Run uncrustify on v1, yielding v1.1
Run diff against v0.1 and v1.1
Review the resulting diff, as it should contain only the functional
changes, and no trivial formatting changes.
That's exactly what Paul did.