chiark / gitweb /
dgit: Remove a spurious space
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 991fd9a1787ad74c7fa769b46e35846df917c086..42813f1f8f026c00ef79e463a4fda1401e18a822 100755 (executable)
--- 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".