Code

http: remove extra newline in error message
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 5 Sep 2011 22:29:34 +0000 (17:29 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Sep 2011 22:48:49 +0000 (15:48 -0700)
commit8abc5082222b7f65e07453a0aca46ce6d25ce3a5
treed7a9b4d22df828b41efcdb9a95dbf1cf337c6fb1
parent509d59705ee07094bcc56b49a17ba0ae983da50f
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 <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c