From: Markus Lehtonen Date: Thu, 21 May 2015 14:47:13 +0000 (+0300) Subject: devtool: fix wrong indentation X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~30071 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=551638c44215a35238f22aba575d571572046cd0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git devtool: fix wrong indentation Signed-off-by: Markus Lehtonen --- diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index c5b32d81db7..1e994133659 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: