From 6e039bf7c00cd6fef1c57a3c0e838ab528d99587 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Thu, 21 May 2015 17:47:13 +0300 Subject: devtool: fix wrong indentation (From OE-Core rev: 551638c44215a35238f22aba575d571572046cd0) Signed-off-by: Markus Lehtonen Signed-off-by: Richard Purdie --- scripts/lib/devtool/standard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index c5b32d81db..1e99413365 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py @@ -657,8 +657,8 @@ def update_recipe(args, config, basepath, workspace): for newpatch in newpatches: if seqpatch_re.search(newpatch) and patchfile[5:] == newpatch[5:]: break - else: - removepatches.append(patch) + else: + removepatches.append(patch) elif patchfile not in newpatches: removepatches.append(patch) finally: -- cgit v1.2.3-54-g00ecf