Fix a small indentation issue

This commit is contained in:
Daniel Martí 2015-10-25 11:32:18 +01:00
parent 7d96602df2
commit 7e7d67f0d7

View file

@ -81,12 +81,12 @@ def check_http(app):
def app_matches_packagename(app, package):
if not package:
return False
appid = app['Update Check Name'] or app['id']
if appid == "Ignore":
return True
return appid == package
if not package:
return False
appid = app['Update Check Name'] or app['id']
if appid == "Ignore":
return True
return appid == package
# Check for a new version by looking at the tags in the source repo.