summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCReport.py
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-18 13:15:23 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-18 13:15:23 +0200
commit2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2 (patch)
treea4b965e5acc5bd424b3f0cca2f697d861e31b24d /src/Gui/CCReport.py
parent20eb553c3ac2187e8347f093f6ba480ceb85627b (diff)
downloadabrt-2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2.tar.gz
abrt-2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2.tar.xz
abrt-2c8c422ef09b253b2cd7c2cc9fde9dda76cd3bb2.zip
whitespace cleanup, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Gui/CCReport.py')
-rw-r--r--src/Gui/CCReport.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Gui/CCReport.py b/src/Gui/CCReport.py
index 6077da8..66de1e9 100644
--- a/src/Gui/CCReport.py
+++ b/src/Gui/CCReport.py
@@ -20,12 +20,12 @@ class Report():
def getUUID(self):
return self.UUID
-
+
def getArchitecture(self):
return self.Architecture
-
+
def getExecutable(self):
return self.Executable
-
+
def getPackage(self):
return self.Package