summaryrefslogtreecommitdiffstats
path: root/src/Hooks
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-06 02:13:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-06 02:13:24 +0200
commit94e55c784463fea7913791ebd9a53875f3be2e5c (patch)
tree2f96c856c2e3975d80ce3f2890db1c5dcdf3e51d /src/Hooks
parent0acf7bbbbb822f1259cf1e3211e5e79724be6bf7 (diff)
downloadabrt-94e55c784463fea7913791ebd9a53875f3be2e5c.tar.gz
abrt-94e55c784463fea7913791ebd9a53875f3be2e5c.tar.xz
abrt-94e55c784463fea7913791ebd9a53875f3be2e5c.zip
trailing whitespace removal. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Hooks')
-rw-r--r--src/Hooks/abrt_exception_handler.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hooks/abrt_exception_handler.py.in b/src/Hooks/abrt_exception_handler.py.in
index 4643db60..1532357a 100644
--- a/src/Hooks/abrt_exception_handler.py.in
+++ b/src/Hooks/abrt_exception_handler.py.in
@@ -200,7 +200,7 @@ def handleMyException((etype, value, tb)):
progname - the name of the application
version - the version of the application
"""
-
+
# restore original exception handler
sys.excepthook = sys.__excepthook__ # pylint: disable-msg=E1101