chiark / gitweb /
fix PEP8 "W291 trailing whitespace"
authorHans-Christoph Steiner <hans@eds.org>
Fri, 2 May 2014 02:26:54 +0000 (22:26 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 6 May 2014 15:45:02 +0000 (11:45 -0400)
fdroidserver/common.py
fdroidserver/update.py

index 5e6f23f3552fee00ab759fadc108f9ba7889ffad..c61e9a5aac1c36576b0303029faf061cf74cc9a3 100644 (file)
@@ -527,7 +527,7 @@ class vcs_gitsvn(vcs):
                     svn_rev = rev_split[1]
 
                 else:
-                    # if no branch is specified, then assume trunk (ie. 'master' 
+                    # if no branch is specified, then assume trunk (ie. 'master'
                     # branch):
                     treeish = 'master'
                     svn_rev = rev
index 818508c974ac875ca521a7ae146c24ac4e0c9614..949c53fcf11aae31c352f02339c3a29dda236a19 100644 (file)
@@ -476,7 +476,7 @@ def scan_apks(apps, apkcache, repodir, knownapks):
                     iconfile = open(icondest, 'wb')
                     iconfile.write(apk.read(iconsrc))
                     iconfile.close()
-                    thisinfo['icons'][density] = iconfilename 
+                    thisinfo['icons'][density] = iconfilename
 
                 except:
                     logging.warn("Error retrieving icon file")