From: Jonathan Nieder Date: Mon, 5 Sep 2011 22:29:34 +0000 (-0500) Subject: http: remove extra newline in error message X-Git-Tag: v1.7.7.2~9^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8abc5082222b7f65e07453a0aca46ce6d25ce3a5?hp=8abc5082222b7f65e07453a0aca46ce6d25ce3a5 http: remove extra newline in error message There is no need for a blank line between the detailed error message and the later "fatal: HTTP request failed" notice. Keep the newline written by error() itself and eliminate the extra one. Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---