summaryrefslogtreecommitdiffstats
path: root/bitbake
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:08:40 +0000
commitd305a05961eb3b78b784ca1c268e119519acde8c (patch)
tree4b21b4423a29369e85ef6a30391c00ae79d06059 /bitbake
parent3814e34213baf030fa2a126d043ffd743fd2f9af (diff)
downloadpoky-d305a05961eb3b78b784ca1c268e119519acde8c.tar.gz
bitbake: 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. (Bitbake rev: abafd85e2fcf23cee872e0e9e468898101430f1f) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/fetch2/__init__.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py
index 8fdf59cd58..439a44a4af 100644
--- a/bitbake/lib/bb/fetch2/__init__.py
+++ b/bitbake/lib/bb/fetch2/__init__.py
@@ -1263,10 +1263,10 @@ class FetchMethod(object):
1263 return 1263 return
1264 1264
1265 def clean(self, urldata, d): 1265 def clean(self, urldata, d):
1266 """ 1266 """
1267 Clean any existing full or partial download 1267 Clean any existing full or partial download
1268 """ 1268 """
1269 bb.utils.remove(urldata.localpath) 1269 bb.utils.remove(urldata.localpath)
1270 1270
1271 def try_premirror(self, urldata, d): 1271 def try_premirror(self, urldata, d):
1272 """ 1272 """