utils.py: fix bad indenting

We should always be using four spaces.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2017-03-07 09:03:54 +13:00
parent 05b8528142
commit 128f86adfc

View File

@ -122,7 +122,6 @@ def _add_dependency(var, name, layerbranch, config_data, logger=None, required=T
layerdep.save() layerdep.save()
def set_layerbranch_collection_version(layerbranch, config_data, logger=None): def set_layerbranch_collection_version(layerbranch, config_data, logger=None):
layerbranch.collection = config_data.getVar('BBFILE_COLLECTIONS', True) layerbranch.collection = config_data.getVar('BBFILE_COLLECTIONS', True)
ver_str = "LAYERVERSION_" ver_str = "LAYERVERSION_"
if layerbranch.collection: if layerbranch.collection: