summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-12-27 23:55:53 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 13:05:40 +0000
commitabafd85e2fcf23cee872e0e9e468898101430f1f (patch)
treed7b2650bc04056d118150fab85270aabb8829957
parent46765369d7f76ec7f67b90430131a79eb6a66235 (diff)
downloadbitbake-abafd85e2fcf23cee872e0e9e468898101430f1f.tar.gz
bitbake: replace 3 spaces with 4
A part of fetch2/__init__.py uses 3 spaces as the indent, I think that they should be typos. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/fetch2/__init__.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/bb/fetch2/__init__.py b/lib/bb/fetch2/__init__.py
index 8fdf59cd5..439a44a4a 100644
--- a/lib/bb/fetch2/__init__.py
+++ b/lib/bb/fetch2/__init__.py
@@ -1263,10 +1263,10 @@ class FetchMethod(object):
return
def clean(self, urldata, d):
- """
- Clean any existing full or partial download
- """
- bb.utils.remove(urldata.localpath)
+ """
+ Clean any existing full or partial download
+ """
+ bb.utils.remove(urldata.localpath)
def try_premirror(self, urldata, d):
"""