Remove extraneous whitespace.

This commit is contained in:
Phil Jackson 2010-09-21 10:24:15 +01:00
parent 36ace412b6
commit 34025078c5

View file

@ -1640,10 +1640,10 @@ FUNC should leave point at the end of the modified region"
(magit-need-refresh magit-process-client-buffer))))
(or successp
noerror
(error
(error
(or (save-excursion
(set-buffer (get-buffer magit-process-buffer-name))
(when (re-search-backward
(when (re-search-backward
(concat "^error: \\(.*\\)" paragraph-separate) nil t)
(match-string 1)))
"Git failed")))