chiark / gitweb /
transaction: improve readability
authorMichal Schmidt <mschmidt@redhat.com>
Sat, 21 Apr 2012 19:40:40 +0000 (21:40 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Mon, 23 Apr 2012 23:54:14 +0000 (01:54 +0200)
The functions looked complicated with the nested loops with breaks,
continues, and "while (again)".
Here using goto actually makes them easier to understand.

Also correcting the comment about redundant jobs.


No differences found