OSDN Git Service

git-svn: add space after "W:" prefix in warning
authorEric Wong <normalperson@yhbt.net>
Thu, 30 Oct 2014 08:31:28 +0000 (08:31 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 30 Oct 2014 08:31:28 +0000 (08:31 +0000)
And minor reformatting while we're in the area.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
perl/Git/SVN.pm

index 893b9a8..d9a52a5 100644 (file)
@@ -1798,12 +1798,10 @@ sub find_extra_svn_parents {
                       );
 
                if ($ninc) {
-                       warn "W:svn cherry-pick ignored ($spec) - missing " .
+                       warn "W: svn cherry-pick ignored ($spec) - missing " .
                                "$ninc commit(s) (eg $ifirst)\n";
                } else {
-                       warn
-                               "Found merge parent ($spec): ",
-                                       $merge_tip, "\n";
+                       warn "Found merge parent ($spec): ", $merge_tip, "\n";
                        push @new_parents, $merge_tip;
                }
        }