Index: third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/git.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/git.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/git.py |
index c4d4abf11437e8b259bb227905a5f87e27b88283..33feda9cde2cf155df88338d0882b8e6fc5a44ee 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/git.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/git.py |
@@ -231,7 +231,8 @@ class Git(SCM): |
def create_patch(self, git_commit=None, changed_files=None): |
"""Returns a byte array (str()) representing the patch file. |
Patch files are effectively binary since they may contain |
- files of multiple different encodings.""" |
+ files of multiple different encodings. |
+ """ |
# Put code changes at the top of the patch and layout tests |
# at the bottom, this makes for easier reviewing. |