Fix line distance in push and merge scripts.
authorcommit-bot@chromium.org <commit-bot@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 28 Feb 2014 19:45:28 +0000 (19:45 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 28 Feb 2014 19:45:28 +0000 (19:45 +0000)
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19628 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

tools/push-to-trunk/test_scripts.py

index 2cc08ba..7a6df7e 100644 (file)
@@ -64,6 +64,7 @@ TEST_CONFIG = {
   TEMPORARY_PATCH_FILE: "/tmp/test-merge-to-branch-tempfile-temporary-patch",
 }
 
+
 AUTO_ROLL_ARGS = [
   "-a", "author@chromium.org",
   "-c", TEST_CONFIG[CHROMIUM],