submodule--helper.c: i18n: add a missing space in message
commited5bdd5babef1dae64ecc2de00480098df115ce4
authorJean-Noel Avila <jn.avila@free.fr>
Sat, 25 Nov 2017 19:55:24 +0000 (25 20:55 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 26 Nov 2017 03:52:17 +0000 (26 12:52 +0900)
treea6175da373f9044c305d963aa98f6a26f5387e39
parenta9f8a37584a6d3e4702ce115476bebda20d871d3
submodule--helper.c: i18n: add a missing space in message

The message spans over 2 lines but the C concatenation does not add
the needed space between the two lines.

Signed-off-by: Jean-Noel Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c