From: Robert Yang Date: Fri, 27 Dec 2013 15:55:53 +0000 (+0800) Subject: bitbake: replace 3 spaces with 4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=abafd85e2fcf23cee872e0e9e468898101430f1f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/lib/bb/fetch2/__init__.py b/lib/bb/fetch2/__init__.py index 8fdf59cd586..439a44a4af6 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): """