From: Martin Jansa Date: Mon, 18 Feb 2013 23:20:11 +0000 (+0000) Subject: sanity: check_path_length: replace tab with 8 spaces X-Git-Tag: rev_ivi_2015_02_04~13644 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10ad33e8d4e1bba91f57e566d504f6b21d1aee86;p=scm%2Fbb%2Ftizen-distro.git sanity: check_path_length: replace tab with 8 spaces (From OE-Core rev: de3f2367c46a213d07d834c7e874d2a4a0697026) Signed-off-by: Martin Jansa Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 1599875..d3bf05a 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass @@ -226,7 +226,7 @@ def check_create_long_filename(filepath, pathname): def check_path_length(filepath, pathname, limit): if len(filepath) > limit: - return "The length of %s is longer than 410, this would cause unexpected errors, please use a shorter path.\n" % pathname + return "The length of %s is longer than 410, this would cause unexpected errors, please use a shorter path.\n" % pathname return "" def check_connectivity(d):