devtool: fix wrong indentation

(From OE-Core rev: 551638c44215a35238f22aba575d571572046cd0)

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Markus Lehtonen 2015-05-21 17:47:13 +03:00 committed by Richard Purdie
parent 7a98387e29
commit 6e039bf7c0

View File

@ -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: