summaryrefslogtreecommitdiffstats
path: root/scripts/abrt-bz-ratingfixer
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-04-01 14:11:57 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-04-01 14:11:57 +0200
commit12197a5f9ef9429ff56cd9563a01e98edc4bdb2d (patch)
treec2a2544d10adb53b1fa1c079d7964306c5415757 /scripts/abrt-bz-ratingfixer
parent637815259eace25be77f1794624c98a3e694d7c0 (diff)
downloadabrt-12197a5f9ef9429ff56cd9563a01e98edc4bdb2d.tar.gz
abrt-12197a5f9ef9429ff56cd9563a01e98edc4bdb2d.tar.xz
abrt-12197a5f9ef9429ff56cd9563a01e98edc4bdb2d.zip
whitespace cleanup, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts/abrt-bz-ratingfixer')
-rwxr-xr-xscripts/abrt-bz-ratingfixer4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/abrt-bz-ratingfixer b/scripts/abrt-bz-ratingfixer
index f774081d..d7881978 100755
--- a/scripts/abrt-bz-ratingfixer
+++ b/scripts/abrt-bz-ratingfixer
@@ -126,7 +126,7 @@ for buginfo in buginfos:
if helper.returncode != 0:
print "Problems with rating {0}".format(filename)
continue
-
+
# Get the comment count. We do not want to close bugs which
# are in the middle of a discussion.
bug = bz.getbug(buginfo.bug_id)
@@ -185,7 +185,7 @@ def ownerCmp(a, b):
return 0
else:
return 1
-
+
print "============= SUMMARY"
closedcount = 0
if options.wiki: