chiark / gitweb /
quilt innards: Remove a couple of stray blank lines
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 0cdf0bdddc4fe8c0d8ab1d32ee20ac1588614dd6..fc4e8786f34bc963115ecc888ebf356db791726e 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -2561,7 +2561,7 @@ sub quiltify_tree_sentinelfiles ($) {
         qw(-- debian/rules debian/control);
     $r =~ s/\n/,/g;
     return $r;
-                                }
+}
 
 sub quiltify_splitbrain_needed () {
     if (!$split_brain) {
@@ -2947,8 +2947,6 @@ sub quilt_fixup_singlepatch ($$$) {
 
     chdir "work";
     commit_quilty_patch();
-
-    
 }
 
 sub quilt_fixup_multipatch ($$$) {