From d305a05961eb3b78b784ca1c268e119519acde8c Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Fri, 27 Dec 2013 23:55:53 +0800 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bitbake') 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): 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): """ -- cgit v1.2.3-54-g00ecf