Re: [PATCH v6 4/6] convert: put the flags field before the flag itself for consistent style

2017-06-25 Thread Junio C Hamano
Lars Schneider writes: > Suggested-by: Jeff King > Signed-off-by: Lars Schneider > --- > convert.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) An obviously correct no-op. I do not particularly see the

[PATCH v6 4/6] convert: put the flags field before the flag itself for consistent style

2017-06-25 Thread Lars Schneider
Suggested-by: Jeff King Signed-off-by: Lars Schneider --- convert.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/convert.c b/convert.c index f1e168bc30..9907e3b9ba 100644 --- a/convert.c +++ b/convert.c @@ -597,12