UpdateChangeLog: fix whitespace
authorFabian Groffen <grobian@gentoo.org>
Thu, 20 Oct 2011 20:39:38 +0000 (22:39 +0200)
committerFabian Groffen <grobian@gentoo.org>
Thu, 20 Oct 2011 20:39:38 +0000 (22:39 +0200)
pym/repoman/utilities.py

index 3195136baff30875789f3a844ddb6aa806b281a5..a3fdf12e014c7d6d36f6123cbc4180737227226c 100644 (file)
@@ -616,8 +616,8 @@ def UpdateChangeLog(pkgdir, category, package, new, removed, changed, \
                logging.critical(err)
                return None
 
-       # ChangeLog times are in UTC                                            
-       gmtime = time.gmtime()    
+       # ChangeLog times are in UTC
+       gmtime = time.gmtime()
        year = time.strftime('%Y', gmtime)
        date = time.strftime('%d %b %Y', gmtime)