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

Unified Diff: Tools/Scripts/webkitpy/thirdparty/unittest2/signals.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/signals.py
diff --git a/Tools/Scripts/webkitpy/thirdparty/unittest2/signals.py b/Tools/Scripts/webkitpy/thirdparty/unittest2/signals.py
index e40328dea7a919ba7d6b5969e9ca5cf74d69178f..bde8f60ec951ae8f6074404c9c2ea29b80add25e 100644
--- a/Tools/Scripts/webkitpy/thirdparty/unittest2/signals.py
+++ b/Tools/Scripts/webkitpy/thirdparty/unittest2/signals.py
@@ -17,7 +17,7 @@ class _InterruptHandler(object):
# if we aren't the installed handler, then delegate immediately
# to the default handler
self.default_handler(signum, frame)
-
+
if self.called:
self.default_handler(signum, frame)
self.called = True
« no previous file with comments | « Tools/Scripts/webkitpy/thirdparty/unittest2/runner.py ('k') | Tools/Scripts/webkitpy/thirdparty/unittest2/suite.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698