diff.c: reorder arguments for emit_line_ws_markup
commit9d1e16bf59cd35e1019e63b171ddf9209e0f53a1
authorStefan Beller <sbeller@google.com>
Tue, 14 Aug 2018 01:41:18 +0000 (13 18:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Aug 2018 21:03:05 +0000 (14 14:03 -0700)
treecb4174f54ecd576a23a7541466be51934b50f365
parent84120cca09002453649abf40e1873c4041247d64
diff.c: reorder arguments for emit_line_ws_markup

The order shall be all colors first, then the content, flags at the end.
The colors are in the order of occurrence, i.e. first the color for the
sign and then the color for the rest of the line.

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