From e0107632d1e4a9efb940e19d0f6f6928347fe1ef Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 3 Dec 2009 20:37:11 +0100 Subject: whitespace cleanup Signed-off-by: Denys Vlasenko --- src/Applet/CCApplet.h | 2 +- src/Gui/CCReporterDialog.py | 4 ++-- src/Gui/ConfBackend.py | 2 +- src/Hooks/abrt-pyhook-helper.cpp | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/Applet/CCApplet.h b/src/Applet/CCApplet.h index 538eda5..c5396a7 100644 --- a/src/Applet/CCApplet.h +++ b/src/Applet/CCApplet.h @@ -42,7 +42,7 @@ class CApplet int m_iAnimationStage; guint m_iAnimator; bool m_bIconsLoaded; - + enum ICON_STAGES { ICON_DEFAULT, diff --git a/src/Gui/CCReporterDialog.py b/src/Gui/CCReporterDialog.py index 8e86ee4..7cdf3cf 100644 --- a/src/Gui/CCReporterDialog.py +++ b/src/Gui/CCReporterDialog.py @@ -96,7 +96,7 @@ class ReporterDialog(): if not (self.check_settings(daemon) and self.check_report()): dialog.stop_emission("response") self.wTree.get_widget("bSend").stop_emission("clicked") - + def on_send_toggled(self, cell, path, model): model[path][3] = not model[path][3] @@ -273,7 +273,7 @@ class ReporterDialog(): def check_report(self): # FIXME: what to do if user press "Not to send BT and then press cancel" - # it uncheck the backtrace and let him to edit it, and then user might + # it uncheck the backtrace and let him to edit it, and then user might # not noticed, that he is not sending the BT, so should we warn user about this # or check the BT automatically? attributes = ["item", "content", "editable", "send", "attachment"] diff --git a/src/Gui/ConfBackend.py b/src/Gui/ConfBackend.py index 72657f5..5e26f3e 100644 --- a/src/Gui/ConfBackend.py +++ b/src/Gui/ConfBackend.py @@ -15,7 +15,7 @@ class ConfBackendInitError(Exception): def __str__(self): return self.what - + class ConfBackendSaveError(Exception): def __init__(self, msg): Exception.__init__(self) diff --git a/src/Hooks/abrt-pyhook-helper.cpp b/src/Hooks/abrt-pyhook-helper.cpp index 08ccc12..0d15d78 100644 --- a/src/Hooks/abrt-pyhook-helper.cpp +++ b/src/Hooks/abrt-pyhook-helper.cpp @@ -1,5 +1,5 @@ /* - abrt-pyhook-helper.cpp - writes data to the /var/cache/abrt directory + abrt-pyhook-helper.cpp - writes data to the /var/cache/abrt directory with SUID bit Copyright (C) 2009 RedHat inc. -- cgit