Fix presubmit.
authormachenbach@chromium.org <machenbach@chromium.org>
Wed, 29 Oct 2014 14:58:03 +0000 (14:58 +0000)
committermachenbach@chromium.org <machenbach@chromium.org>
Wed, 29 Oct 2014 14:58:17 +0000 (14:58 +0000)
TBR=tandrii@chromium.org

Review URL: https://codereview.chromium.org/688013002

Cr-Commit-Position: refs/heads/master@{#24984}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24984 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

tools/push-to-trunk/test_scripts.py

index 08190fa..0724cf5 100644 (file)
@@ -813,8 +813,8 @@ Performance and stability improvements on all platforms.""", commit)
     expectations += [
       Cmd("git svn dcommit 2>&1", ""),
       Cmd("git fetch", ""),
-      Cmd("git log -1 --format=%H --grep="     
-          "\"Version 3.22.5 (based on push_hash)\""    
+      Cmd("git log -1 --format=%H --grep="
+          "\"Version 3.22.5 (based on push_hash)\""
           " origin/candidates", "hsh_to_tag"),
       Cmd("git tag 3.22.5 hsh_to_tag", ""),
       Cmd("git push origin 3.22.5", ""),