From: Ian Jackson Date: Mon, 20 Aug 2018 00:10:26 +0000 (+0100) Subject: dgit: Remove a spurious space X-Git-Tag: archive/debian/6.7~10 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=7ade597c2d0bd7f63eff7f36448c3d705cfee73a dgit: Remove a spurious space Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index 991fd9a1..42813f1f 100755 --- a/dgit +++ b/dgit @@ -5916,7 +5916,7 @@ END my @failsuggestion; if (!($diffbits->{O2H} & $diffbits->{O2A})) { push @failsuggestion, "This might be a patches-unapplied branch."; - } elsif (!($diffbits->{H2A} & $diffbits->{O2A})) { + } elsif (!($diffbits->{H2A} & $diffbits->{O2A})) { push @failsuggestion, "This might be a patches-applied branch."; } push @failsuggestion, "Maybe you need to specify one of".