chiark / gitweb /
dgit: Remove a spurious space (nfc)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 1 Oct 2018 13:32:29 +0000 (14:32 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 1 Oct 2018 13:32:29 +0000 (14:32 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
dgit

diff --git a/dgit b/dgit
index 8ce43899bc1e74b9a8c8216cbc8b8b673d00d921..f826cdaae1ffe82fdc14ed33dd7cc4a31760314e 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -6116,7 +6116,7 @@ END
     quiltify($clogp,$headref,$oldtiptree,\@failsuggestion);
 
     if (!open P, '>>', ".pc/applied-patches") {
     quiltify($clogp,$headref,$oldtiptree,\@failsuggestion);
 
     if (!open P, '>>', ".pc/applied-patches") {
-       $!==&ENOENT or  confess $!;
+       $!==&ENOENT or confess $!;
     } else {
        close P;
     }
     } else {
        close P;
     }