Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2440)

Unified Diff: Tools/Scripts/webkitpy/thirdparty/unittest2/compatibility.py

Issue 20652002: Fix trailing whitespace in scripts and misc. files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Don't change literal diff. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Tools/Scripts/webkitpy/thirdparty/unittest2/compatibility.py
diff --git a/Tools/Scripts/webkitpy/thirdparty/unittest2/compatibility.py b/Tools/Scripts/webkitpy/thirdparty/unittest2/compatibility.py
index b8f15dd142882d64c4f01d252a23d3e55b2a7242..a0dc499cbf46f22ea21d6a5b56393a29f5a4b175 100644
--- a/Tools/Scripts/webkitpy/thirdparty/unittest2/compatibility.py
+++ b/Tools/Scripts/webkitpy/thirdparty/unittest2/compatibility.py
@@ -46,7 +46,7 @@ def _relpath_posix(path, start=os.path.curdir):
if not path:
raise ValueError("no path specified")
-
+
start_list = os.path.abspath(start).split(os.path.sep)
path_list = os.path.abspath(path).split(os.path.sep)
« no previous file with comments | « Tools/Scripts/webkitpy/thirdparty/unittest2/case.py ('k') | Tools/Scripts/webkitpy/thirdparty/unittest2/loader.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698