bench rebase tools: format commit message and title.

BUG=skia:
R=kelvinly@google.com
TBR=kelvinly@google.com
NOTRY=true

Author: bensong@google.com

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

git-svn-id: http://skia.googlecode.com/svn/trunk@14841 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/benchtools/greenify.py b/experimental/benchtools/greenify.py
index 8d77abd..bd257d9 100755
--- a/experimental/benchtools/greenify.py
+++ b/experimental/benchtools/greenify.py
@@ -60,10 +60,10 @@
 def git_commit_expectations(repo_dir, exp_dir, bot, build, commit):
   commit_msg = """Greenify bench bot %s at build %s
 
-      TBR=bsalomon@google.com
+TBR=bsalomon@google.com
 
-      Bypassing trybots:
-      NOTRY=true""" % (bot, build)
+Bypassing trybots:
+NOTRY=true""" % (bot, build)
   old_cwd = os.getcwd()
   os.chdir(repo_dir)
   upload = ['git', 'cl', 'upload', '-f', '--bypass-hooks',
diff --git a/experimental/benchtools/rebase.py b/experimental/benchtools/rebase.py
index 36242b9..5eee516 100755
--- a/experimental/benchtools/rebase.py
+++ b/experimental/benchtools/rebase.py
@@ -126,12 +126,12 @@
   return status
 
 def git_commit_expectations(repo_dir, exp_dir, update_li, h, commit):
-  commit_msg = """bench rebase after %s
+  commit_msg = """manual bench rebase after %s
 
-      TBR=robertphillips@google.com
+TBR=robertphillips@google.com
 
-      Bypassing trybots:
-      NOTRY=true""" % h
+Bypassing trybots:
+NOTRY=true""" % h
   old_cwd = os.getcwd()
   os.chdir(repo_dir)
   upload = ['git', 'cl', 'upload', '-f', '--bypass-hooks',