From 12197a5f9ef9429ff56cd9563a01e98edc4bdb2d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 1 Apr 2010 14:11:57 +0200 Subject: whitespace cleanup, no code changes Signed-off-by: Denys Vlasenko --- scripts/abrt-bz-ratingfixer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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: -- cgit