Re: [PATCH 5/5] sequencer: do not invent whitespace when transforming OIDs

2017-12-27 Thread Liam Beguin
Hi Johannes, On 23 December 2017 at 00:56, Johannes Schindelin wrote: > For commands that do not have an argument, there is no need to append a > trailing space at the end of the line. > > Signed-off-by: Johannes Schindelin > --- > sequencer.c | 5 - > 1 file changed, 4 insertions(+), 1 del

[PATCH 5/5] sequencer: do not invent whitespace when transforming OIDs

2017-12-22 Thread Johannes Schindelin
For commands that do not have an argument, there is no need to append a trailing space at the end of the line. Signed-off-by: Johannes Schindelin --- sequencer.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sequencer.c b/sequencer.c index 5632415ea2d..970842e3fcc 10064