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

Unified Diff: Tools/Scripts/webkitpy/thirdparty/unittest2/__init__.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
« no previous file with comments | « Tools/Scripts/webkitpy/common/system/user.py ('k') | Tools/Scripts/webkitpy/thirdparty/unittest2/case.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/thirdparty/unittest2/__init__.py
diff --git a/Tools/Scripts/webkitpy/thirdparty/unittest2/__init__.py b/Tools/Scripts/webkitpy/thirdparty/unittest2/__init__.py
index 11cbadc87c46c2ba4369fa115e65e12ed4155c63..ab11029ca878d5c61b06b171059e2a2e1e4bd1a0 100644
--- a/Tools/Scripts/webkitpy/thirdparty/unittest2/__init__.py
+++ b/Tools/Scripts/webkitpy/thirdparty/unittest2/__init__.py
@@ -59,7 +59,7 @@ except ImportError:
# Compatibility with platforms that don't have the signal module
pass
else:
- __all__.extend(['installHandler', 'registerResult', 'removeResult',
+ __all__.extend(['installHandler', 'registerResult', 'removeResult',
'removeHandler'])
# deprecated
« no previous file with comments | « Tools/Scripts/webkitpy/common/system/user.py ('k') | Tools/Scripts/webkitpy/thirdparty/unittest2/case.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698