diff.c: readability fix
commitf2d2a5def088b474586eedfa4fa547bc2c955bb9
authorStefan Beller <sbeller@google.com>
Fri, 30 Jun 2017 00:06:46 +0000 (29 17:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Jun 2017 20:13:01 +0000 (30 13:13 -0700)
treec21357d026bc9626f762b608637a0d5e80413d5c
parent2cfb6cec9446c6e25c82fd8f4fd92f55f04a4c98
diff.c: readability fix

We already have dereferenced 'p->two' into a local variable 'two'.
Use that.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c