summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-03 00:08:00 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-03 00:08:00 +0000
commitb14314c024e320d5dd844c5b25187f6a43a64784 (patch)
treeeeee3f63fcda3709fe03559db71636ae223357d5
parent2e2f22ee450c92242533140b9b65f6a16dea06da (diff)
downloadbitbake-b14314c024e320d5dd844c5b25187f6a43a64784.tar.gz
cache.py: Fix whitespace damage
-rw-r--r--lib/bb/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/cache.py b/lib/bb/cache.py
index f40a8b51c..98f81f554 100644
--- a/lib/bb/cache.py
+++ b/lib/bb/cache.py
@@ -59,7 +59,7 @@ class Cache:
if self.cachedir in [None, '']:
self.has_cache = False
bb.msg.note(1, bb.msg.domain.Cache, "Not using a cache. Set CACHE = <directory> to enable.")
- return
+ return
self.has_cache = True
self.cachefile = os.path.join(self.cachedir,"bb_cache.dat")