chiark / gitweb /
dgit: Remove a spurious space (nfc)
[dgit.git] / 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") {
-       $!==&ENOENT or  confess $!;
+       $!==&ENOENT or confess $!;
     } else {
        close P;
     }