From 7e7d67f0d7a894159337120431f7ed0ae98e1139 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Mart=C3=AD?= Date: Sun, 25 Oct 2015 11:32:18 +0100 Subject: [PATCH] Fix a small indentation issue --- fdroidserver/checkupdates.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fdroidserver/checkupdates.py b/fdroidserver/checkupdates.py index 2de9a83c..65c238a3 100644 --- a/fdroidserver/checkupdates.py +++ b/fdroidserver/checkupdates.py @@ -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. -- 2.30.2