On 02/16/2016 03:18 PM, Paul Davis wrote:
[...]
1) make two copies of the JACK source tree
2) apply Fons original patch to one of them. This changed whitespace,
indentation, brace placement, and more, across hundreds of lines of code
that was not part of the functional change.
3) run uncrustify on both copies of the source tree, using a configuration
file that forces code back to the existing coding style for JACK1.
4) run diff -wru on both trees.
[...]
Only in jack-u/jackd: engine.c.orig
Only in jack-u/jackd: engine.c.rej
Looks like some changes from Fons original patch in step 2 were
rejected, is there something relevant left over in "engine.c.rej",
except the mentioned style changes?