builtin/rebase.c: remove superfluous space in messages
commiteff199a6c086930bae91f9859d4c105b4c3e9ea7
authorRalf Thielow <ralf.thielow@gmail.com>
Fri, 30 Nov 2018 18:11:45 +0000 (30 19:11 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 1 Dec 2018 11:53:05 +0000 (1 20:53 +0900)
treefc0b2f703e63f01ea7089183d0eefc4cf941721a
parent5541bd5b8f799ab2ae3901e38704d056b455d6ad
builtin/rebase.c: remove superfluous space in messages

The whitespace breakages in these messages were introduced while
reimplementing the subcommand in C.  Match these messages to those
in the original scripted version.

Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c