On Thu, Feb 8, 2018 at 11:19 AM, Ævar Arnfjörð Bjarmason
[off-list ref] wrote:
Trivially refactor an assignment to make a subsequent patch
smaller. The "ref_nr" variable is initialized to 0 earlier, just as
"j" is, and "j" is only incremented in that loop, so this change isn't
a logic error.
This change makes a subsequent change which splits the incrementing of
"ref_nr" into two blocks.
"This change _simplifies_ a subsequent..."
or
"This change make a subsequent change _easier_..."
Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>