summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-06-01 23:54:42 +0000
committerChris Larson <clarson@kergoth.com>2004-06-01 23:54:42 +0000
commitd60bcd4f10812c38f580ad65ec290808d19261d3 (patch)
tree03f7903bd6c1c3c290a28fcd269ac9cc3dbe7a71 /bin
parentf8c2af5215fa5e1daee24d31dcafc8b2bed102c7 (diff)
downloadbitbake-d60bcd4f10812c38f580ad65ec290808d19261d3.tar.gz
Minor indentation change - no hard tabs in the oe core.
Diffstat (limited to 'bin')
-rw-r--r--bin/oe/data.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/oe/data.py b/bin/oe/data.py
index 47efd2932..98989b075 100644
--- a/bin/oe/data.py
+++ b/bin/oe/data.py
@@ -444,10 +444,10 @@ def update_data(d = _data):
delVar(s, d)
def inherits_class(klass, d):
- val = getVar('__inherit_cache', d) or ""
- if ("classes/%s.oeclass" % klass) in val.split():
- return True
- return False
+ val = getVar('__inherit_cache', d) or ""
+ if ("classes/%s.oeclass" % klass) in val.split():
+ return True
+ return False
def _test():
"""Start a doctest run on this module"""